Skip to content

Commit

Permalink
Fix missing import for equinor-testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Sep 3, 2024
1 parent 4c4cadd commit 4347065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/rd_tests/test_grid_equinor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import time
from resdata import ResDataType, UnitSystem
from resdata.resfile import ResdataKW, ResdataFile, openResdataFile
from resdata.grid import Grid
from resdata.grid import Grid, GridGenerator
from resdata.util.util import DoubleVector, IntVector
from resdata.util.test import TestAreaContext
from tests import ResdataTest, equinor_test
Expand Down

0 comments on commit 4347065

Please sign in to comment.