Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Dec 17, 2023
1 parent 8d4ba4d commit 50cebd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sdist/amici/numpy.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def __init__(self, swigptr):
for field in self._field_names:
if field not in dir(self):
setattr(
self,
self.__class__,
field,
property(lambda self_: self_.__getitem__(field)),
)
Expand Down

0 comments on commit 50cebd4

Please sign in to comment.