Skip to content

data_plot import error (easy fix) #49

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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