date selector works on plannedsessions
This commit is contained in:
@@ -853,6 +853,9 @@ def update_agegroup_db(age,sex,weightcategory,wcdurations,wcpower,
|
||||
|
||||
delete_agegroup_db(age,sex,weightcategory,debug=debug)
|
||||
|
||||
wcdurations = [None if type(y) is float and np.isnan(y) else y for y in wcdurations]
|
||||
wcpower = [None if type(y) is float and np.isnan(y) else y for y in wcpower]
|
||||
|
||||
df = pd.DataFrame(
|
||||
{
|
||||
'duration':wcdurations,
|
||||
|
||||
Reference in New Issue
Block a user