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
location_id : str
window: int >= 1
other_threshold : float >= 0 & <= 1
nday_threshold : int >= 1
ndays : int >= 1
other_exclude : str
cumulative : bool
min_date: date/str (you already added a validation to throw an error if not a date format, so should be good)
max_date: date/str (you already added a validation to throw an error if not a date format, so should be good)
Note that a few of the types need to be adjusted (window, nday_threshold)
The text was updated successfully, but these errors were encountered:
Within PrevalenceAllLineagesByLocationHandler, add the following validation rules:
location_id : str
window: int >= 1
other_threshold : float >= 0 & <= 1
nday_threshold : int >= 1
ndays : int >= 1
other_exclude : str
cumulative : bool
min_date: date/str (you already added a validation to throw an error if not a date format, so should be good)
max_date: date/str (you already added a validation to throw an error if not a date format, so should be good)
Note that a few of the types need to be adjusted (window, nday_threshold)
The text was updated successfully, but these errors were encountered: