Skip to content

Use relative import. - #9

Open
jmbr wants to merge 1 commit into
rluce:masterfrom
jmbr:fix-no-module-named-plotfuns
Open

Use relative import.#9
jmbr wants to merge 1 commit into
rluce:masterfrom
jmbr:fix-no-module-named-plotfuns

Conversation

@jmbr

@jmbrjmbr commented Nov 2, 2020

Copy link
Copy Markdown

This patch fixes the error shown below:

---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-ef99ef88c3de> in <module>
----> 1 import phaseplot
/workspace/tools/languages/python/python-phaseplot/phaseplot/__init__.py in <module>
----> 1 from plotfuns import phase_portrait
ModuleNotFoundError: No module named 'plotfuns'

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@jmbr