Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
robsdavis committed Oct 1, 2024
1 parent d536d2e commit 6043e1b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ install_requires =
tenacity
tqdm
loguru
pydantic
pydantic>=2.0
cloudpickle
scipy
xgboost<3.0.0
Expand Down
2 changes: 0 additions & 2 deletions tests/plugins/core/test_distribution.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ def test_categorical() -> None:
assert param.includes(param_other)
assert param_other.includes(param)

# Instead of asserting marginal_distribution is None, assert it's correctly initialized
expected_marginal = pd.Series(
[0.25, 0.25, 0.25, 0.25], index=["1", "2", "55", "sdfsf"]
)
Expand Down Expand Up @@ -195,7 +194,6 @@ def test_float_from_data() -> None:
assert param.includes(param_other)
assert not param_other.includes(param)

# This assertion should now pass
assert param.marginal_distribution is not None


Expand Down

0 comments on commit 6043e1b

Please sign in to comment.