Skip to content

making openmc convertor optional #29

@py1sl

Description

@py1sl

How would folk feel about making the openmc tally unit convertor optional either something along the lines of

 try:
        import external_module
    except ImportError:
        external_module = None 

or moving the import into the plot_spectrum_from_tally function?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions