AMICI-dev/AMICI

ExpData equality operator not working in Python

Closed this issue · 0 comments

assert amici.ExpData(1, 2, 3, [3]) == amici.ExpData(1, 2, 3, [3]) fails. I would expect that to succeed.
Probably operator== isn't handled properly by swig and it just compares addresses.