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 SciJo prints Error as raise Error("xyz"). We need port all the errors to use the NuMojo Errors such as ValueError, ShapeError etc. Refer to Errors.
Currently SciJo prints Error as
raise Error("xyz"). We need port all the errors to use the NuMojo Errors such asValueError,ShapeErroretc. Refer to Errors.