-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixups for check_swatinit after user testing (#343)
* Fixed palette for scatter plots * Regenerated and almost reproducible plots in doc * Adjust placement of annotations in volplot * Reorder arguments in parser, for --help output * Allow EQLNUM=1 to not exist without crash * Ensure large dataframes are printed in full to stdout. * Add interactive plots to pytest, not run by default * Add SWU to output csv and notify that SWU<1 is not supported * Improve docs * Avoid PC computation when PPCW is dummy (SWAT=SWL) * Reorder CSV output to prioritize non-nan data
- Loading branch information
Showing
10 changed files
with
361 additions
and
65 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,10 @@ | ||
#!/bin/bash | ||
|
||
cd "$(dirname "$0")" | ||
|
||
check_swatinit ../../../tests/data/reek/eclipse/model/2_R001_REEK-0.DATA \ | ||
--volplotfile check_swatinit_volplot.png | ||
|
||
# Sorry, this csv-file is not under version control: | ||
check_swatinit ~/drogon.csv --plotfile check_swatinit_scatter.png \ | ||
--eqlnum 4 |
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
Oops, something went wrong.