Skip to content

Commit 3f1126d

Browse files
Nush395Torax team
authored andcommitted
Modify IMAS integration tests to use multi time equilibrium data.
PiperOrigin-RevId: 901268975
1 parent 4de2b47 commit 3f1126d

56 files changed

Lines changed: 3 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
-375 Bytes
Binary file not shown.
1.28 KB
Binary file not shown.
36 Bytes
Binary file not shown.
225 Bytes
Binary file not shown.
-125 Bytes
Binary file not shown.
-1.73 KB
Binary file not shown.
162 Bytes
Binary file not shown.
593 Bytes
Binary file not shown.
253 KB
Binary file not shown.

torax/tests/test_data/test_imas_profiles_and_geo.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@
4242
CONFIG = copy.deepcopy(test_iterhybrid_predictor_corrector.CONFIG)
4343
CONFIG["geometry"] = {
4444
"geometry_type": "imas",
45-
"imas_filepath": "ITERhybrid_COCOS17_IDS_ddv4.nc",
45+
"imas_filepath": "ITERhybrid_rampup_11_time_slices_COCOS17_IDS_ddv4.nc",
4646
"Ip_from_parameters": False,
47+
"load_all_time_slices": True,
4748
}
4849
# Dump all profile_conditions from the first IDS loaded.
4950
CONFIG["profile_conditions"] = {

0 commit comments

Comments
 (0)