diffpy / diffpy.pdfgui

graphical user interface for real space structure refinement to PDF
Other
18 stars 27 forks source link

Support wxpython 4 #34

Closed pavoljuhas closed 4 years ago

pavoljuhas commented 5 years ago

Work in progress

Implements https://github.com/diffpy/diffpy.pdfgui/issues/33. This incorporates @dragonyanglong update_wxglade_version branch.

Status: PDFgui starts with plenty of wx deprecation warnings and crashes with segfault after phase or dataset selection in the fit tree.

TODO

codecov[bot] commented 5 years ago

Codecov Report

Merging #34 into master will increase coverage by 31.75%. The diff coverage is 90.41%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #34       +/-   ##
===========================================
+ Coverage   27.86%   59.61%   +31.75%     
===========================================
  Files          89       98        +9     
  Lines       11717    11988      +271     
===========================================
+ Hits         3265     7147     +3882     
+ Misses       8452     4841     -3611
Impacted Files Coverage Δ
src/diffpy/pdfgui/tests/TestPDFGuiControl.py 58.33% <ø> (-41.67%) :arrow_down:
src/diffpy/pdfgui/gui/supercelldialog.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/gui/sgconstraindialog.py 15.66% <0%> (+15.66%) :arrow_up:
src/diffpy/pdfgui/gui/bondlengthdialog.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/gui/sgstructuredialog.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/gui/errorreportdialog.py 21.81% <0%> (-0.21%) :arrow_down:
src/diffpy/pdfgui/gui/phasepanelutils.py 42.24% <0%> (+42.24%) :arrow_up:
src/diffpy/pdfgui/tests/testinsertrowsdialog.py 100% <100%> (ø)
src/diffpy/pdfgui/gui/temperatureseriespanel.py 62.1% <100%> (+62.1%) :arrow_up:
src/diffpy/pdfgui/gui/calculationpanel.py 63.69% <100%> (+63.69%) :arrow_up:
... and 96 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3412cff...50943ae. Read the comment docs.