Skip to content

Commit

Permalink
Merge branch 'develop' into fix_swig401
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Jan 11, 2023
2 parents d809e61 + 8f6c380 commit 02adfe5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions swig/amici.i
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ nonstandard type conversions.
}
}

// Warning 503: Can't wrap 'operator ==' unless renamed to a valid identifier.
%rename("__eq__") operator ==;

%{
#define SWIG_FILE_WITH_INIT
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
Expand Down

0 comments on commit 02adfe5

Please sign in to comment.