We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e656d03 commit 1e52b7dCopy full SHA for 1e52b7d
1 file changed
torax/imas_tools/equilibrium.py
@@ -91,6 +91,7 @@ def geometry_from_IMAS(
91
raise ValueError(
92
"equilibrium_object must be a string (file path) or an IDS"
93
)
94
+ # TODO: enable using other time slices
95
IMAS_data = equilibrium.time_slice[0]
96
B_0 = np.abs(
97
IMAS_data.global_quantities.magnetic_axis.b_field_phi
0 commit comments