Skip to content

Commit

Permalink
fix: Mark new parameters as non-iterable
Browse files Browse the repository at this point in the history
  • Loading branch information
abensonca committed Dec 15, 2024
1 parent e94a696 commit 89436f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion testSuite/parameters/test-mass-conservation-coldMode.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<stabilityThresholdStellar value="1.1"/>
</galacticDynamicsBarInstability>
</nodeOperator>
<nodeOperator value="blackHolesSeed">
<nodeOperator value="blackHolesSeed" iterable="no">
<blackHoleSeeds value="fixed">
<mass value="0"/>
<spin value="0"/>
Expand Down
2 changes: 1 addition & 1 deletion testSuite/parameters/test-mass-conservation-simple.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
</stellarFeedbackOutflows>
</stellarFeedbackOutflows>
</nodeOperator>
<nodeOperator value="blackHolesSeed">
<nodeOperator value="blackHolesSeed" iterable="no">
<blackHoleSeeds value="fixed">
<mass value="0"/>
<spin value="0"/>
Expand Down
2 changes: 1 addition & 1 deletion testSuite/parameters/test-mass-conservation-standard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@
<stabilityThresholdStellar value="1.1"/>
</galacticDynamicsBarInstability>
</nodeOperator>
<nodeOperator value="blackHolesSeed">
<nodeOperator value="blackHolesSeed" iterable="no">
<blackHoleSeeds value="fixed">
<mass value="0"/>
<spin value="0"/>
Expand Down

0 comments on commit 89436f0

Please sign in to comment.