Skip to content

Commit

Permalink
fix profile_nn_jax api change
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogeiger committed Mar 11, 2023
1 parent fe778e7 commit 09a999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mace_jax/tools/gin_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def flags(
if profile:
import profile_nn_jax

profile_nn_jax.enable(timing=True, statistics=True)
profile_nn_jax.enable()
return seed


Expand Down

0 comments on commit 09a999e

Please sign in to comment.