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

Removed call to SeedRandom() in main of physiboss cell lines project #330

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

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>

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.

2 participants