Skip to content

Commit

Permalink
Update attribute name in searchspace config
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianSosic committed Jan 24, 2024
1 parent 48973d5 commit abbc468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serialization/test_searchspace_serialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test_from_dataframe_deserialization(searchspace):
config = """
{
"constructor": "from_dataframe",
"dataframe": __fillin_dataframe__,
"df": __fillin_dataframe__,
"parameters": __fillin__parameters__
}
""".replace("__fillin_dataframe__", df_string).replace(
Expand Down

0 comments on commit abbc468

Please sign in to comment.