Skip to content

Commit

Permalink
chore: log debug mesh addition for each segment
Browse files Browse the repository at this point in the history
Warning: will lead to lots of output
  • Loading branch information
sanjayankur31 committed Oct 4, 2023
1 parent d1568e6 commit 9512426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyneuroml/plot/PlotMorphologyVispy.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,7 @@ def plot_3D_cell_morphology(
meshdata[key].append((p, d, seg_color, offset))
except KeyError:
meshdata[key] = [(p, d, seg_color, offset)]
logger.debug(f"meshdata added: {key}: {(p, d, seg_color, offset)}")

if not nogui:
create_instanced_meshes(meshdata, plot_type, current_view, min_width)
Expand Down

0 comments on commit 9512426

Please sign in to comment.