We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4ae9e commit e657f91Copy full SHA for e657f91
torax/run_simulation_main.py
@@ -23,7 +23,6 @@
23
from collections.abc import Sequence
24
import enum
25
import functools
26
-import os
27
import pathlib
28
import time
29
@@ -37,6 +36,7 @@
37
36
from torax._src.plotting import plotruns_lib
38
from torax._src.torax_pydantic import model_config
39
+
40
# String used when prompting the user to make a choice of command
41
CHOICE_PROMPT = 'Your choice: '
42
# String used when prompting the user to make a yes / no choice
0 commit comments