Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
kngwyu committed Jun 6, 2024
1 parent 94d8ee5 commit 605e1f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies = [
"equinox >= 0.11",
"moderngl >= 5.6",
"moderngl-window >= 2.4",
# TODO: Update jax to >= 0.4.27 because clip has a breaking change
"jax >= 0.4",
"pyarrow >= 9.0",
"pyserde[toml] >= 0.14",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_observe.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def reset_env(key: chex.PRNGKey) -> tuple[CircleForaging, CFState, TimeStep[CFOb
[80.0, 90.0],
[80.0, 120.0],
),
n_max_food_regen=10,
n_max_food_regen=20,
food_num_fn=("constant", 3),
foodloc_interval=20,
agent_radius=AGENT_RADIUS,
Expand Down

0 comments on commit 605e1f5

Please sign in to comment.