Skip to content

Commit

Permalink
Use sunsch updated time_vector.py (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
alifbe authored Aug 16, 2024
1 parent 606c558 commit c7dde90
Show file tree
Hide file tree
Showing 2 changed files with 426 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/subscript/sunsch/sunsch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@

import dateutil.parser
import yaml
from opm.tools.time_vector import TimeVector
from pydantic import BaseModel, FilePath

from subscript import __version__, getLogger
from subscript.sunsch.time_vector import TimeVector # type: ignore

logger = getLogger(__name__)

Expand Down
Loading

0 comments on commit c7dde90

Please sign in to comment.