Skip to content

Commit

Permalink
Merge pull request #180 from thomasckng/patch-1
Browse files Browse the repository at this point in the history
Update optax requirement and remove testing print statement
  • Loading branch information
kazewong authored Aug 22, 2024
2 parents fcb1409 + 8403373 commit 8125a9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install_requires =
jax>=0.4.24
jaxlib>=0.4.24
equinox>=0.10.6
optax>=0.1.5
optax>=0.2.3
evosax>=0.1.4
tqdm
corner
Expand Down
1 change: 0 additions & 1 deletion src/flowMC/strategy/global_tuning.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def __init__(
**kwargs,
):
class_keys = list(self.__class__.__annotations__.keys())
print(class_keys)
for key, value in kwargs.items():
if key in class_keys:
if not key.startswith("__"):
Expand Down

0 comments on commit 8125a9a

Please sign in to comment.