Skip to content

Commit

Permalink
at least something sensible
Browse files Browse the repository at this point in the history
  • Loading branch information
mnjowe committed Dec 6, 2024
1 parent d910b79 commit 66f0fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def test_parse_values_in_mixed_datatypes_columns():

# define a series with mixed type column setting all values as string(This is the default behaviour when reading
# csv files columns with mixed datatype column
mixed_data_df = pd.DataFrame(data={'param_values':['54', 'fruit', '[1,2,3]', '0.2']})
mixed_data_df = pd.DataFrame(data={'param_values':['54', 'inc_malaria', '[1,2,3]', '0.2']})
# confirm all values are strings
for value in mixed_data_df.param_values:
assert type(value) == str
Expand Down

0 comments on commit 66f0fe0

Please sign in to comment.