You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python interface to JStore implemented in PR #986 makes it possible to remove a lot of duplicated code related to the dict-representation of instances and to convert between different dict-representations.
The main benefits are (i) consistency due to a single source of implementation and (ii) increased maintainability due to a single source and reduced code size.
The text was updated successfully, but these errors were encountered:
The Python interface to JStore implemented in PR #986 makes it possible to remove a lot of duplicated code related to the dict-representation of instances and to convert between different dict-representations.
The main benefits are (i) consistency due to a single source of implementation and (ii) increased maintainability due to a single source and reduced code size.
The text was updated successfully, but these errors were encountered: