-
Notifications
You must be signed in to change notification settings - Fork 24
Fix UI of Metadata
#693
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
base: main
Are you sure you want to change the base?
Fix UI of Metadata
#693
Conversation
glwagner
left a comment
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.
I'm confused about the UI here. Shouldn't we not have dates kwarg? The purpose of having start/end date is to relieve the user from having to know the frequency. Or, we should get rid of start/end date? I prefer having start/end though.
|
I also prefer that, but the |
Ah good point about ability to exclude points. |
currently, if passing only one of
start_dateorend_date, the dates where not cropped.This PR fixes this.
I need to add one test.