Skip to content

Commit

Permalink
Fixed time-derived test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Jul 25, 2024
1 parent b78c645 commit a45e43b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"patient_id": pl.UInt32,
"timestamp": pl.Datetime("us"),
"code": pl.Categorical,
"numerical_value": pl.Float32,
"numerical_value": pl.Float64,
}


Expand Down

0 comments on commit a45e43b

Please sign in to comment.