Skip to content

Commit

Permalink
add ca to equality
Browse files Browse the repository at this point in the history
  • Loading branch information
ntolley committed Jul 31, 2024
1 parent c488a16 commit 6afa6a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hnn_core/cell_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ def __eq__(self, other):
self._spike_types == other._spike_types and
self._vsec == other._vsec and
self._isec == other._isec and
self._ca == other._ca and
self.vsec == other.vsec and
self.isec == other.isec and
self.ca == other.ca)
Expand Down

0 comments on commit 6afa6a9

Please sign in to comment.