Skip to content

Commit

Permalink
Move to new ert import structure
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Aug 17, 2022
1 parent cd6d7fc commit a458a68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"configsuite",
"ecl",
"ecl2df",
"ert >= 2.38.0-b5",
"ert>=2.38.0b7",
"fmu-tools",
"matplotlib",
"numpy",
Expand Down
2 changes: 1 addition & 1 deletion src/subscript/csv_merge/csv_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from typing import Dict, List

import pandas as pd
from ert import ErtScript
from ert.shared.plugins.plugin_manager import hook_implementation # type: ignore
from res.job_queue import ErtScript # type: ignore

from subscript import __version__, getLogger
from subscript.eclcompress.eclcompress import glob_patterns
Expand Down
2 changes: 1 addition & 1 deletion src/subscript/csv_stack/csv_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
from typing import Pattern

import pandas as pd
from ert import ErtScript
from ert.shared.plugins.plugin_manager import hook_implementation # type: ignore
from res.job_queue import ErtScript # type: ignore

from subscript import __version__, getLogger

Expand Down
2 changes: 1 addition & 1 deletion src/subscript/fmuobs/fmuobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import pandas as pd
import yaml
from ert import ErtScript
from ert.shared.plugins.plugin_manager import hook_implementation # type: ignore
from res.job_queue import ErtScript # type: ignore

from subscript import __version__, getLogger
from subscript.fmuobs.parsers import (
Expand Down

0 comments on commit a458a68

Please sign in to comment.