Skip to content

Commit

Permalink
sync run_prefix for burn cell input files (#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhichen3 authored Nov 15, 2023
1 parent 1cb55ec commit bbb78e6
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 11 deletions.
1 change: 0 additions & 1 deletion unit_test/burn_cell/inputs_aprox13_mott
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

unit_test.run_prefix = "react_aprox13_mott_"

unit_test.small_temp = 1e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_aprox19.nse
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_aprox19_"
unit_test.run_prefix = "react_aprox19_nse_"

unit_test.small_temp = 1.e5
unit_test.small_dens = 1.e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_aprox21
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_aprox13_"
unit_test.run_prefix = "react_aprox21_"

unit_test.small_temp = 1e5
unit_test.small_dens = 1e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_aprox21_rot1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_aprox13_"
unit_test.run_prefix = "react_aprox21_rot1_"

unit_test.small_temp = 1e5
unit_test.small_dens = 1e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_aprox21_rot2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_aprox13_"
unit_test.run_prefix = "react_aprox21_rot2_"

unit_test.small_temp = 1e5
unit_test.small_dens = 1e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_ecsn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_aprox13_"
unit_test.run_prefix = "react_ecsn_"

unit_test.small_temp = 1.e5
unit_test.small_dens = 1.e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_ignition_chamulak
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_ignition_"
unit_test.run_prefix = "react_ignition_chamulak_"

unit_test.small_temp = 1e5
unit_test.small_dens = 1e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_subch_approx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit_test.run_prefix = "react_subch2_"
unit_test.run_prefix = "react_subch_approx_"

unit_test.small_temp = 1.e5
unit_test.small_dens = 1.e5
Expand Down
2 changes: 1 addition & 1 deletion unit_test/burn_cell/inputs_subch_compare
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# this inputs is used for comparing the subch and subch2 networks

unit_test.run_prefix = "react_aprox13_"
unit_test.run_prefix = "react_subch_compare_"

unit_test.small_temp = 1.e5
unit_test.small_dens = 1.e5
Expand Down
3 changes: 1 addition & 2 deletions unit_test/burn_cell/inputs_vode_example
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

unit_test.run_prefix = react_vode_example_
unit_test.run_prefix = "react_vode_example_"

unit_test.small_temp = 1.e5
unit_test.small_dens = 1e5
Expand Down

0 comments on commit bbb78e6

Please sign in to comment.