Skip to content

Devel#42

Open
ckoerber wants to merge 41 commits intomasterfrom
devel
Open

Devel#42
ckoerber wants to merge 41 commits intomasterfrom
devel

Conversation

@ckoerber
Copy link
Copy Markdown
Owner

Minor adjustments, more linting and doc updates as well as the more significant update for class based content elements #41

ckoerber and others added 30 commits November 11, 2021 11:26
…e missing keys in x dont cause the plot to fail
…nd meta are now members of the GUI

The motivation was to have all relevant update layout calls close to 
each other and simplify the call structure.
Also the meta argument which was passed around is now more uniform 
(i.e., meta_values is a list and just meta a dict)
This simplifies overriding default content
…e missing keys in x dont cause the plot to fail
…nd meta are now members of the GUI

The motivation was to have all relevant update layout calls close to 
each other and simplify the call structure.
Also the meta argument which was passed around is now more uniform 
(i.e., meta_values is a list and just meta a dict)
This simplifies overriding default content
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Nov 12, 2021

Codecov Report

Merging #42 (0ff456b) into master (8f8f660) will increase coverage by 0.53%.
The diff coverage is 90.68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   79.85%   80.38%   +0.53%     
==========================================
  Files          17       19       +2     
  Lines         541      617      +76     
==========================================
+ Hits          432      496      +64     
- Misses        109      121      +12     
Flag Coverage Δ
unittests 80.38% <90.68%> (+0.53%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lsqfitgui/plot/distribution.py 0.00% <0.00%> (ø)
lsqfitgui/util/function.py 63.63% <11.11%> (-7.80%) ⬇️
lsqfitgui/backend/sidebar.py 76.66% <69.23%> (-7.55%) ⬇️
lsqfitgui/frontend/sidebar.py 94.28% <93.44%> (-3.45%) ⬇️
lsqfitgui/frontend/body.py 97.95% <97.95%> (ø)
lsqfitgui/__init__.py 100.00% <100.00%> (ø)
lsqfitgui/backend/__init__.py 100.00% <100.00%> (ø)
lsqfitgui/frontend/content.py 88.67% <100.00%> (-2.55%) ⬇️
lsqfitgui/frontend/widgets/export_prior.py 87.50% <100.00%> (+1.01%) ⬆️
lsqfitgui/lsqfitgui.py 90.65% <100.00%> (+1.65%) ⬆️
... and 5 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 8f8f660...0ff456b. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants