diffpy / diffpy.pdfgui

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

Return bool from wx.App.OnInit function. #27

Closed pavoljuhas closed 6 years ago

pavoljuhas commented 6 years ago

Adhere to return type as specified at https://docs.wxpython.org/app_overview.html.

No change in code function.

codecov[bot] commented 6 years ago

Codecov Report

Merging #27 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   25.74%   25.74%           
=======================================
  Files          90       90           
  Lines       11916    11916           
=======================================
  Hits         3068     3068           
  Misses       8848     8848
Impacted Files Coverage Δ
src/diffpy/pdfgui/gui/Main.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/gui/paneltest.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/gui/errorreportdialog.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/tests/showphasenotebookpanel.py 0% <0%> (ø) :arrow_up:
src/diffpy/pdfgui/gui/aboutdialog.py 0% <0%> (ø) :arrow_up:

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 ba9fb55...2ca852b. Read the comment docs.