Skip to content

data_plot import error (easy fix) #49

@digbyr

Description

@digbyr

In nugridpy/data_plot.py, line 3102:
import ppn
should read
from . import ppn
to avoid import error
ImportError: No module named 'ppn'

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