-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Also possible to run with single number additional flownodes but multple layers * Apply suggestions from code review Co-authored-by: Wouter J. de Bruin <[email protected]> * Added changelog * add analysis to pred config parser * Config pars pred reading in ref_sim and analysis metrics * Runs again without ref_sim and analysis keywords in config * Analytics enabled for prediction mode * Pass keyword mode to analytics workflow to determine if running in ahm or prediction mode * update abstract method of get_well_connections to fix pylint bug * Remove perforation argument from FlowData from test * Fix type error * Fix type error * Move all but abs_path transforamtion function to seperate script * pylint fix * update docstring get_well_connections * black reformat * Added Changelog * Added Changelog * Update CHANGELOG.md * Suggested changes from review * fix linting error * update description of analysis in config parser * Clean up of analytics code * Restructure of ahm analytics tests * Sorting of iteration fixed * Restructure of code. Created forward_models in ert folder. * pyling bufix * Bugfix error in ERT run * Add render realization to forward ert models * pylint bugfix * Update setup.py * Update changelog * Review fixes Co-authored-by: LonnekevB <[email protected]> Co-authored-by: Lonneke van Bijsterveldt <[email protected]>
- Loading branch information
1 parent
8510c85
commit d410aa2
Showing
27 changed files
with
429 additions
and
297 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 |
---|---|---|
@@ -1,7 +1,2 @@ | ||
from ._assisted_history_matching import ( | ||
AssistedHistoryMatching, | ||
delete_simulation_output, | ||
save_iteration_parameters, | ||
) | ||
from ._ahm_iteration_analytics import save_iteration_analytics | ||
from ._assisted_history_matching import AssistedHistoryMatching | ||
from ._run_ahm import run_flownet_history_matching |
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
Oops, something went wrong.