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
Currently the swig wrappers are built with the -builtin switch, that does not generate python wrapper classes.
This makes it impossible to use %pythonappend to convert the dictionaries returned by the functions getSolutionDict to real python dictionaries.
It should be possible - and desirable - to do so by using a typemap.
The text was updated successfully, but these errors were encountered:
Currently the swig wrappers are built with the
-builtin
switch, that does not generate python wrapper classes.This makes it impossible to use
%pythonappend
to convert the dictionaries returned by the functions getSolutionDict to real python dictionaries.It should be possible - and desirable - to do so by using a typemap.
The text was updated successfully, but these errors were encountered: