Skip to content

Commit

Permalink
remove outdated comment
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 dictionaryt than at the top level.
  • Loading branch information
ramcdougal authored Sep 11, 2024
1 parent b8299b9 commit 46f68d5
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 46f68d5

Please sign in to comment.