-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bugfix slicer #189
Bugfix slicer #189
Conversation
Thought I'd ping this one, as it is really a tiny change which is required and nothing happened for three weeks... |
Another bug-fix: When the model was a homogenous fullspace, the xy- and xz-plots had a wrong colour. yz was initially fine, but as soon as scrolled would also have a wrong colour. The issue is with colorbar() and only one value. So I introduced a +/- 1% range for the cases of homogeneous fullspaces.
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
==========================================
- Coverage 82.14% 82.02% -0.12%
==========================================
Files 23 23
Lines 5006 5051 +45
==========================================
+ Hits 4112 4143 +31
- Misses 894 908 +14
Continue to review full report at Codecov.
|
I added another bugfix to the slicer. I'd be really happy if we could move these in at some point. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for the small bug fixes @prisae.
Thanks for reviewing/merging. I am the one to blame introducing them in the first place... |
Also means someone approved them in the first place... no worries |
Bugfix. Slicer failed if
xslice
was provided without ayslice
, because of wrong comparison.