You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In daops and clisops currently only the year from the provided date is used. The TimeParameter class at the moment only provides the year in the dict and tuple because of this. Passing the full date and time through causes an error.
The text was updated successfully, but these errors were encountered:
@ellesmith88 : please isolate a test in clisops to work out what happens when you call the clisops.core.subset.subset_* functions with different date formats.
Description
In
daops
andclisops
currently only the year from the provided date is used. TheTimeParameter
class at the moment only provides the year in the dict and tuple because of this. Passing the full date and time through causes an error.The text was updated successfully, but these errors were encountered: