Skip to content

Commit

Permalink
_ad_str should be a property
Browse files Browse the repository at this point in the history
  • Loading branch information
dham committed Jul 6, 2024
1 parent 7eeb49a commit d218954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyadjoint/overloaded_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ def _ad_dim(self):
"""
raise NotImplementedError

@property
def _ad_str(self):
"""Return the string representation of the block variable.
Expand Down

0 comments on commit d218954

Please sign in to comment.