Skip to content

Commit

Permalink
fix missed _var ref & test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Marmaduke Woodman committed May 30, 2024
1 parent d91b5d0 commit 018c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tvb_library/tvb/simulator/models/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def nintvar(self):
@property
def nnonintvar(self):
""" The number of non integrated state variables in this model. """
return self._nvar - self._nintvar
return self.nvar - self.nintvar

@property
def has_nonint_vars(self):
Expand Down

0 comments on commit 018c435

Please sign in to comment.