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

Small update to trace-based failure models #271

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

Conversation

DanteNiewenhuis
Copy link
Contributor

Summary

Added startPoint to TraceBasedFailureModel.kt, this decides where in the trace, the model should start.

Added repeat to TraceBasedFailureModel.kt. This decides if the trace should be repeated when finished.

Added a no failure model to the FailiureModelSpecs. The user can now add a FailureModel with type "no". This will do nothing, but is needed if you want to create an experiment that should run simulations with and without failures.

Implementation Notes ⚒️

N / A

External Dependencies 🍀

N / A

Breaking API Changes ⚠️

N / A

Simply specify none (N/A) if not applicable.

…the trace, the model should start. Added repeat to TraceBasedFailureModel.kt. This decides if the trace should be repeated when finished
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