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

Propogate Lineages occasionally duplicating returned cells into multiple bins #171

Open
WilliamIX opened this issue Jun 8, 2023 · 0 comments
Labels
Lineages Issues pertaining to bioscrape lineages

Comments

@WilliamIX
Copy link
Collaborator

When running code like:

data, sample_times = bscrlin.py_PropagateCells( initial_cell_states = Ncells, timepoints = timepoints, sample_times = sample_times, Model = M, safe = False)

Using a model with no birth/death/growth

If the system starts with N cells, there should be N cells the entire time. However, for sample times not including the first or last timepoint, there are 2N cells returned. By eye, these cells seem to be duplicates suggesting that some cells are being copied in the propogate cell list twice over for different timepoints.

Note: This does not seem to occur when using the Turbidostat.

@WilliamIX WilliamIX added the Lineages Issues pertaining to bioscrape lineages label Jun 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Lineages Issues pertaining to bioscrape lineages
Projects
None yet
Development

No branches or pull requests

1 participant