Update cylinder flow SVD tutorial to SmartSim 0.8.0. #32
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The latest SmartSim version does not allow duplicated model names within a single Experiment. Moreover, each model creates a new subfolder corresponding to the model name when the model is executed. The subfolder creation can be avoided by passing the path argument to Experiment.create_model(). Naming conflicts arising when computing the SVD with different values for the rank truncation parameter are avoided by including the rank parameter in the model name.
Partially resolves #29.