Skip to content

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
albrja committed Feb 5, 2025
1 parent 87a1cee commit 799ff56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vivarium/framework/lookup/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def validate_build_table_parameters(
):
raise ValueError("Must supply some data")

acceptable_types = (Numeric, datetime, timedelta, list, tuple, pd.DataFrame, dict)
acceptable_types = (Numeric, datetime, timedelta, list, tuple, pd.DataFrame)
if not isinstance(data, acceptable_types):
raise TypeError(
f"The only allowable types for data are {acceptable_types}. "
Expand Down

0 comments on commit 799ff56

Please sign in to comment.