Skip to content

Commit

Permalink
made network for test a bit larger
Browse files Browse the repository at this point in the history
  • Loading branch information
grfrederic committed Feb 29, 2024
1 parent b850b69 commit 32a227e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/estimators/neural/test_mine.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def test_mine_estimator_2d(n_points: int = 8_000, correlation: float = 0.7) -> N
points_x, points_y = distribution.sample(n_points, rng=19)

estimator = mine.MINEEstimator(
hidden_layers=(8, 5),
hidden_layers=(10, 5),
verbose=False,
)

Expand Down

0 comments on commit 32a227e

Please sign in to comment.