Block a user
cd9c139349
[bugfix] mainly added missing taup model (lost in branch merging for python3), some smaller fixes for S picking
084fb10cea
Merge remote-tracking branch 'origin/develop' into develop
dde9520879
[minor] deactivate logwidget by default as it seems to irregularly create segfaults
86dc0f5436
[minor] small style changes
83ba63a3fd
Merge pull request 'feature/port-to-py3' (#11) from feature/port-to-py3 into develop
401265eb3a
[minor] added some comments
dd685d5d5e
[refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py
3cd17ff364
[update] added xml file for unittest
d879aa1a8b
[bugfix] small fix to get getQualitiesfromxml running, added unittest for function
feature/port-to-py3
Merge all updates from feature/port-to-py3 into develop, so that the feature branch can (theoretically) be closed now.
dd685d5d5e
[refactor] rewrote/simplified getQualitiesfromxml code, used function already implemented in phases.py
d879aa1a8b
[bugfix] small fix to get getQualitiesfromxml running, added unittest for function
445f1da5ac
[bugfix] reset stdout to previously set one and not to default sys.__stdout__
Refurbish
setup.py
script to make installation more convenient
Refurbish
setup.py
script to make installation more convenient
Using setup.py of the setuptools project is deprecated. The easiest way to get PyLoT running is by creating a python environment with Anaconda using pylot.yml or requirements.txt.
If an…
PyQtGraph conflicts with GUI element inheritance
Could not reproduce this issue. Added new, clean Anaconda environment in pylot.yml with Python 3.8 which does not cause any problems with pyqtgraph. If the issue was solely related to library…
PyLot starts only with pylot.yml environment but crashes for other custom environments
Could not reproduce this issue. Added new, clean Anaconda environment in pylot.yml with Python 3.8 which does not cause any problems with pyqtgraph. If the issue was solely related to library…
e9cc579cf6
[minor] README.md
f1fd52b750
[bugfix] when closing mainwindow, also close logwidget