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
moose.le('/r') which is not defined or created it gives moose.element: /r does not exist!
Segmentation fault (core dumped)
isinstance of super class gives False
n = moose.Neutral('/n')
c = moose.CubeMesh('/n/cube')
isinstance(c,moose.ChemCompt)
returns False should be True as CubeMesh is inherited from ChemCompt which was the True before new python bindings
moose.le('/') works but
moose.le('/r') which is not defined or created it gives
moose.element: /r does not exist!
Segmentation fault (core dumped)
isinstance of super class gives False
n = moose.Neutral('/n')
c = moose.CubeMesh('/n/cube')
isinstance(c,moose.ChemCompt)
returns False should be True as CubeMesh is inherited from ChemCompt which was the True before new python bindings