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

Skip to content

Tags: marenwb/ert

Tags

2.25.0-b1

Toggle 2.25.0-b1's commit message
Remove debug print from GA workflows

2.25.0-b0

Toggle 2.25.0-b0's commit message
Fix initial ensemble state

2.24.0

Toggle 2.24.0's commit message
Pin pytest-qt<4

2.24.rc3

Toggle 2.24.rc3's commit message
Pin pytest-qt<4

2.24.rc2

Toggle 2.24.rc2's commit message
Add one more test

2.24.rc1

Toggle 2.24.rc1's commit message
Revert "Enable ensemble evaluator by default"

This reverts commit 8c41328.

2.24.rc0

Toggle 2.24.rc0's commit message
Cleanup exceptions in ert3.storage

2.24.b5

Toggle 2.24.b5's commit message
Revert "EE and launching ert-storage use same code for finding open p…

…ort"

This reverts commit 3d72f3f.

2.24.b4

Toggle 2.24.b4's commit message
Batch all event types

Also, make sure to preserve the order of the events when batching,
such that ensemble level events will get the correct ordering
relative to job and step events.

Co-authored-by: Jonas Grønås Drange <[email protected]>

2.23.0

Toggle 2.23.0's commit message
Use snapshot instead of run_context (equinor#1658)

In the creation of snapshot update events, the run_context might be
deleted at any time. Thus, for iterating over detailed_progress, use
the snapshot instead. Fixing equinor#1658.