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
Hi all,
thanks for the nice python package. I stumbled over a potential bug in the new 0.5 release.
I did install python flint 0.5 via pip install python-flint
I can import and use any sub module/function except for flint.good.
Calling from flint import good
or from flint.functions import good
throw Import errors. Importing showgood however works fine.