Tags: tayloris/ert
Tags
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`.
Logarithmic scale handling - Fix key_def test - pair programmed with @lars-petter-hauge
PreviousNext