Skip to content

Commit

Permalink
remove outdated comment (#3079)
Browse files Browse the repository at this point in the history
rxd hasn't used scipy in years, so the comment is inaccurate. However, keeping track of contours is not inherently related to rxd, so I'm not sure that there is a better place for this dictionary than at the top level.
  • Loading branch information
ramcdougal authored Sep 12, 2024
1 parent ecbcd45 commit 36ba229
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions share/lib/python/neuron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,6 @@ def _modelview_mechanism_docstrings(dmech, tree):
tree.append(line, dmech.location, 0)


# TODO: put this someplace else
# can't be in rxd because that would break things if no scipy
_sec_db = {}


Expand Down

0 comments on commit 36ba229

Please sign in to comment.