Skip to content

Commit

Permalink
Allow time_unit as a header
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Mar 4, 2024
1 parent 7a2942e commit 6cd461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend-v2/src/features/data/normaliseDataHeaders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const normalisation = {
'Occasion': ['occasion', 'occ'],
'Regressor': ['x', 'regressor'],
'Time': ['time', 't', 'ivar'],
'Time Unit': ['time_units', 't_units', 'tunit'],
'Time Unit': ['time_unit', 'time_units', 't_units', 'tunit'],
}

export const manditoryHeaders = ['ID', 'Time', 'Observation', 'Administration ID', 'Amount']
Expand Down

0 comments on commit 6cd461f

Please sign in to comment.