-
Notifications
You must be signed in to change notification settings - Fork 21
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
Psth use intervals #200
base: master
Are you sure you want to change the base?
Psth use intervals #200
Conversation
# Conflicts: # test/test_controllers.py
* correct base where units was used accidentally instead of the generic input_data * add route_psth, which decides between a standard PSTHWidget and a PSTHWidget inside a TimeIntervalsSelector wrapper * change view to use new routing function
* use positional arg for the first arg of TimeIntervalsSelector
Codecov Report
@@ Coverage Diff @@
## master #200 +/- ##
==========================================
+ Coverage 67.72% 67.87% +0.14%
==========================================
Files 32 32
Lines 2947 2976 +29
==========================================
+ Hits 1996 2020 +24
- Misses 951 956 +5
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
More intelligently handle intervals for widgets that take them:
I'd like to hone this for PSTHWidgets and then factor it out so this logic can be used for any widget that uses intervals