Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct run_prefix for different burn cell input files #1387

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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