Skip to content

issues with "New python bindings using pybind11" #423

Description

@hrani

moose.le('/') works but

  1. moose.le('/r') which is not defined or created it gives
    moose.element: /r does not exist!
    Segmentation fault (core dumped)

  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions