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

Update setup.py #452

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/flownet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
TESTDATA_REPO_OWNER: equinor
# If you want the CI to (temporarily) run against another branch than master,
# change the value her from "master" to the relevant branch name.
TESTDATA_REPO_BRANCH: master
TESTDATA_REPO_BRANCH: olelod-patch-1
run: |
git clone --depth 1 --branch $TESTDATA_REPO_BRANCH https://github.com/$TESTDATA_REPO_OWNER/flownet-testdata.git --recursive
for f in $INPUT_MODEL_FOLDER/*.tar.gz; do tar -zxvf "$f" -C $INPUT_MODEL_FOLDER; done
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
TEST_REQUIRES = [
"black",
"mypy>=0.761",
"promise",
"pylint>=2.3",
"pyscal>=0.7.4",
"pytest>=5.3",
Expand Down
2 changes: 1 addition & 1 deletion src/flownet/static/CREATE_FLOWNET_MODEL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
STDERR CREATE_FLOWNET_MODEL.stderr
STDOUT CREATE_FLOWNET_MODEL.stdout

PORTABLE_EXE flownet_render_realization
EXECUTABLE flownet_render_realization
ARGLIST <PICKLED_NETWORK> <PICKLED_SCHEDULE> <PICKLED_PARAMETERS> <OUTPUTFOLDER> <RANDOM_SAMPLES>
2 changes: 1 addition & 1 deletion src/flownet/static/DELETE_IN_CURRENT_ITERATION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
STDERR DELETE_IN_CURRENT_ITERATION.stderr
STDOUT DELETE_IN_CURRENT_ITERATION.stdout

PORTABLE_EXE flownet_delete_simulation_output
EXECUTABLE flownet_delete_simulation_output
ARGLIST <ECLBASE>