Skip to content

Conversation

@vincent-noel
Copy link
Collaborator

@rheiland caught this today, this is the fix !

Copy link
Collaborator

@drbergman drbergman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense. The create_cell_types(); call on L129 of main.cpp also (potentially) sets the random seed. It depends on if random_seed is a user parameter. If you want to keep that option open for your users, then leave as is. Otherwise, for this project...

  1. remove L78-83 in the custom.cpp
  2. remove random_seed from user_parameters in the config
  3. add the following inside the <options> element of the config (starts at L44)
<random_seed>0</random_seed>

@MathCancer MathCancer merged commit d6ea9f9 into MathCancer:development Dec 12, 2024
104 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants