Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Blunde1/ert

Tags

9.0.0-rc5

Toggle 9.0.0-rc5's commit message
Add remaining states to the working STATES for LSF driver

This commit moves status update into its own function
(_process_job_udpate). Additionally, it adds two standalone
states FinishedJobFailure and FinishedJobSuccess.
It adds test for process_job_update that it handles all the states properly.

8.4.12

Toggle 8.4.12's commit message
Use a compiled regex for matching in summary

looping over a fnmatch was simply too slow

9.0.0-rc4

Toggle 9.0.0-rc4's commit message
Revert "Rename Field to FieldConfig"

This reverts commit 119c873.

8.4.11

Toggle 8.4.11's commit message
Revert memory calculation change

9.0.0-rc3

Toggle 9.0.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Dodge bug when simulation_context tears down (equinor#7354)

This dodges a bug in either simulation_context or in scheduler.py that
is triggered by test_stop_sim(). This checks the behaviour when all
realizations are killed, and there is a bug that can cause this process
to hang while trying to kill.

This commit will rerun the test in case of failure, and will make the CI
work while the underlying bug is being prioritized.

8.4.10

Toggle 8.4.10's commit message
Fix calculation of batch size

* Fix calculation of batch size

Need to take into account number of parameters.

* Use float32 when calculating batch size

9.0.0-rc2

Toggle 9.0.0-rc2's commit message
Migrate empty summary

8.4.9

Toggle 8.4.9's commit message
Remove ValueError causing issue with storage v4

9.0.0-rc1

Toggle 9.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin pytest due to flaky

box/flaky#198

8.4.8

Toggle 8.4.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pin pytest due to flaky (equinor#7337)

box/flaky#198

Co-authored-by: Yngve S. Kristiansen <[email protected]>