-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #475 from ua-snap/DA_workflow
The branch is named DA_workflow, but the code implements a basic sensitivity analysis. This branch introduces a new Python module and class (Sensitivity, SensitivityDriver) which help carry out a sensitivity analysis workflow. Additionally there is a Jupyter notebook that demonstrates the usage of the new code. This also introduces a bunch of changes (additions) to the param_util.py script that improve the Python API.
- Loading branch information
Showing
14 changed files
with
7,432 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
# This script will install the docker. | ||
# Note: The installation could take a while, please be patient. | ||
|
||
docker build --target cpp-dev --tag cpp-dev:0.0.1 . | ||
docker build --target dvmdostem-build --tag dvmdostem-build:0.0.1 . | ||
docker build --target dvmdostem-run --tag dvmdostem-run:0.0.1 . | ||
docker build --tag dvmdostem-mapping-support:0.0.1 -f Dockerfile-mapping-support . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.