We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description Tests not running properly when installed in developer mode.
Reproduce run pip install -e . then run tests like python -m diffpy.pdfgui.tests.run it will show errors.
pip install -e .
python -m diffpy.pdfgui.tests.run
Trace back The problem is possibly located at diffpy/pdfgui/gui/pdfguiglobals.py and maybe other files. See line 43:51.
diffpy/pdfgui/gui/pdfguiglobals.py
The text was updated successfully, but these errors were encountered:
@Tieqiong I think this has been resolved in #170 please double check
Sorry, something went wrong.
Work using both pip install . and pip install -e .
pip install .
@Tieqiong could you please close this?
No branches or pull requests
Description
Tests not running properly when installed in developer mode.
Reproduce
run
pip install -e .
then run tests likepython -m diffpy.pdfgui.tests.run
it will show errors.Trace back
The problem is possibly located at
diffpy/pdfgui/gui/pdfguiglobals.py
and maybe other files.See line 43:51.
The text was updated successfully, but these errors were encountered: