-
Notifications
You must be signed in to change notification settings - Fork 15
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
increasing fat_bands_slide/ removing spline #883
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #883 +/- ##
=======================================
Coverage 67.15% 67.15%
=======================================
Files 51 51
Lines 4707 4707
=======================================
Hits 3161 3161
Misses 1546 1546
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@superstar54 Yeah I noticed this , emm it might be due to using Scattergl , for me it is , actually it might less confusing that it just shows a bar, i check and the behaviour of the limiting bar still does the same work. Since i am observing way better performance for big system , this is acceptable for me. Also because in the past some people were confused that the display of the lines so i see it as a win/win :D |
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.
Thanks! LGTM!
This PR address #875
We are increasing the max value of fat bands to 2.0
We are removing the spline option
We additionally are switing to plotly.graph_objects.Scattergl since is lighter and it shows a better performance response ( > 80 atoms)