You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to add a function for which I plan to submit a pull request, but I'm having some trouble with the workflow for developing. For example, I can use pip install -e . after cloning, or python setup.py install, etc. but I've been running into odd errors like the computation seeming to stall out. I was wondering what your workflow is and what you would suggest.
The text was updated successfully, but these errors were encountered:
I think I've got a reasonable workflow in Spyder with the working directory being the directory of a local copy of a forked repository of ElM2D. If I make changes, then it seems to reflect automatically when I run a test script (see #1).
sgbaird
changed the title
Suggestions for development
Suggestions for development workflow
Aug 14, 2021
Typically I make my changes to the file then once it's working run python setup.py install to check, push to git/pip then double check it by pip installing the latest in a separate python environment, I'm not sure why the computation would stall out though sorry
I'm trying to add a function for which I plan to submit a pull request, but I'm having some trouble with the workflow for developing. For example, I can use
pip install -e .
after cloning, orpython setup.py install
, etc. but I've been running into odd errors like the computation seeming to stall out. I was wondering what your workflow is and what you would suggest.The text was updated successfully, but these errors were encountered: