Skip to content

Commit

Permalink
Only create profiling trace
Browse files Browse the repository at this point in the history
  • Loading branch information
timmens committed Feb 5, 2024
1 parent fb133e0 commit 1138dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_long.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_analytical_solution(model_name, model_config):
}


with jax.profiler.trace("/tmp/jax-trace", create_perfetto_link=True):
with jax.profiler.trace("/tmp/jax-trace", create_perfetto_trace=True):
test_analytical_solution(
"iskhakov_2017_five_periods",
get_model("iskhakov_2017_five_periods"),
Expand Down

0 comments on commit 1138dca

Please sign in to comment.