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

Skip to content

Tags: tayloris/ert

Tags

2.12.rc0

Toggle 2.12.rc0's commit message
Bump libres version in CI to 4.1.0

2.11.2

Toggle 2.11.2's commit message
Add refcase and history to statistics plot

2.11.1

Toggle 2.11.1's commit message
Update 2.11 release notes with GEN_PARAM fix

2.11.0

Toggle 2.11.0's commit message
Add csv_export2 as a bullet in semeio release notes

2.11.rc1

Toggle 2.11.rc1's commit message
Bump libres to 4.0.1

2.11.rc0

Toggle 2.11.rc0's commit message
Add release notes for 2.11

2.11.b0

Toggle 2.11.b0's commit message
Fix plotting with empty storage

2.10.2

Toggle 2.10.2's commit message
Python 2: Use io.open to save ERT config

Source: https://stackoverflow.com/questions/6048085/writing-unicode-text-to-a-text-file

As far as I understand, Python 2's `open` will by default try to convert `unicode` (which I verified is what `self.ide_panel.getText()` returns) into Latin-1 or `ascii`. We use `io.open`, which in Python 3 is the same as the builtin `open`.

2.10.1

Toggle 2.10.1's commit message
Fix run_context being None in run_model

2.10.0

Toggle 2.10.0's commit message
Logarithmic scale handling

- Fix key_def test
- pair programmed with @lars-petter-hauge