Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Oct 5, 2023
1 parent 8b6e68c commit be162fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def _check_value(

for key in keys:
k = key
default_value = 0.0
default_value = None
type_check = float

if isinstance(value, str):
Expand Down

0 comments on commit be162fe

Please sign in to comment.