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

Fixed exception throwing, fixed vcell cli log creation option, and fixed variable passing #910

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

CodeByDrescher
Copy link
Contributor

  1. An exception was thrown to indicicate models had failed, but instead caused VCell to believe it had fatally crashed.
  2. vcell batch mode improperly disregarded a flag telling it to force vcell log files. Additional features to keep flushing the logs were included.
  3. "bCoerceToDistributed" was passed down from start to end as a local variable, but had no impact on most functions it passed through. It's now passed to constructers only and saved as a constant instance variable (similar to the other boolean runtime options, like bKeepLogFiles)

@CodeByDrescher CodeByDrescher merged commit 19e0092 into master Jun 15, 2023
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.

1 participant