-
Notifications
You must be signed in to change notification settings - Fork 10
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
update to use skip_if_no_updates_since_last_active #38
update to use skip_if_no_updates_since_last_active #38
Conversation
42129cc
to
ce209d5
Compare
d19bc69
to
aae0659
Compare
aae0659
to
edcf4c4
Compare
edcf4c4
to
318d6d3
Compare
318d6d3
to
3459a8b
Compare
3459a8b
to
95d9cee
Compare
Codecov ReportAttention:
... and 1 file with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
3229e02
to
6874b75
Compare
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!
'window_length', 'polyorder', 'break_tolerance', | ||
'niters', 'sigma') | ||
@skip_if_no_updates_since_last_active() |
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.
Unimportant: if a decorator takes no arguments, does it need to be followed by ()
?
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.
This decorator does accept arguments, its just using the default in this case (so here it is needed).
this accompanies spacetelescope/jdaviz#2386 and updates the flatten and binning plugins to make use of this new decorator, which should avoid any flickering for expensive cases.
This will require jdaviz 3.7
(once released - marking as draft until then).The binning plugin from #28 will also require updates (either as part of that PR or this rebased on top of that once merged)