Skip to content

Commit f33647f

Browse files
committed
PICMI Restart Tests: warpx_file_min_digits = 5
Same as other CI restart tests: hard-coded value in regression suite makes this necessary. X-ref: AMReX-Codes/regression_testing#119
1 parent 2cb80e8 commit f33647f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Examples/Tests/restart/PICMI_inputs_runtime_component_analyze.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
name = 'chkpoint',
7676
period = 5,
7777
write_dir = '.',
78+
warpx_file_min_digits = 5,
7879
warpx_file_prefix = f'Python_restart_runtime_components_chk'
7980
)
8081

Examples/Tests/restart_eb/PICMI_inputs_restart_eb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
name = 'chkpoint',
8787
period = diagnostic_intervals,
8888
write_dir = '.',
89+
warpx_file_min_digits = 5,
8990
warpx_file_prefix = f'Python_restart_eb_chk'
9091
)
9192

0 commit comments

Comments
 (0)