Skip to content

Commit 7062ca3

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

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.
51 Bytes
Binary file not shown.
258 Bytes
Binary file not shown.
123 Bytes
Binary file not shown.
460 Bytes
Binary file not shown.
48 Bytes
Binary file not shown.
258 Bytes
Binary file not shown.
-70 Bytes
Binary file not shown.
-151 Bytes
Binary file not shown.
259 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)