diffpy / diffpy.pdfgui

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

Remove "import PDFFit2 script" function #39

Closed pavoljuhas closed 4 years ago

pavoljuhas commented 4 years ago

Implement #38

codecov[bot] commented 4 years ago

Codecov Report

Merging #39 into master will decrease coverage by 2.22%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #39      +/-   ##
==========================================
- Coverage   59.61%   57.39%   -2.23%     
==========================================
  Files          98       96       -2     
  Lines       11988    10994     -994     
==========================================
- Hits         7147     6310     -837     
+ Misses       4841     4684     -157
Impacted Files Coverage Δ
src/diffpy/pdfgui/control/pdfguicontrol.py 47.38% <ø> (+4.65%) :arrow_up:
src/diffpy/pdfgui/gui/mainframe.py 48.76% <ø> (+0.4%) :arrow_up:
src/diffpy/pdfgui/control/parameter.py 85.86% <ø> (+26.08%) :arrow_up:
src/diffpy/pdfgui/tests/testparameter.py 100% <100%> (ø)
src/diffpy/pdfgui/control/fitstructure.py 49.65% <100%> (+1.14%) :arrow_up:
src/diffpy/pdfgui/tests/testutils.py 100% <100%> (ø) :arrow_up:
src/diffpy/pdfgui/tests/TestLoadProject.py 100% <100%> (ø) :arrow_up:
src/diffpy/pdfgui/tests/TestFitStructure.py 100% <100%> (ø) :arrow_up:
src/diffpy/pdfgui/tests/TestPDFGuiControl.py 100% <100%> (+41.66%) :arrow_up:
src/diffpy/pdfgui/tests/TestPDFStructure.py 100% <100%> (ø) :arrow_up:
... and 13 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 90d1fdb...f403ffc. Read the comment docs.