Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion torax/tests/persistent_cache_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

from absl.testing import absltest
from absl.testing import parameterized

import torax
from torax import run_simulation_main

Expand Down
1 change: 0 additions & 1 deletion torax/tests/scripts/run_and_save_all_benchmarks.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
from torax._src.test_utils import paths
from torax._src.torax_pydantic import model_config


_OUTPUT_DIR = flags.DEFINE_string(
'output_dir', '/tmp/torax_sim_outputs', 'Where to save sim outputs.'
)
Expand Down