Skip to content

Commit 810a7dd

Browse files
author
Romain Baville
committed
Fix ci
1 parent 213e049 commit 810a7dd

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

geos-mesh/tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ def _get_dataset( datasetType: str ) -> vtkMultiBlockDataSet | vtkPolyData | vtk
162162
vtkFilename = "data/singlePhasePoromechanics_FaultModel_well_seq/extractAndMergeWell1.vtu"
163163
elif datasetType == "extractAndMergeVolumeWell1":
164164
vtkFilename = "data/singlePhasePoromechanics_FaultModel_well_seq/extractAndMergeVolumeWell1.vtm"
165-
elif datasetType == "extractAndMergeFaultWell1":
166-
vtkFilename = "data/singlePhasePoromechanics_FaultModel_well_seq/extractAndMergeFaultWell1.vtm"
167165

168166
datapath: str = str( Path( __file__ ).parent / vtkFilename )
169167
reader.SetFileName( datapath )

geos-mesh/tests/test_genericHelpers_createSingleCellMesh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
[ 0.0, 1.0, 0.0 ] ] )
3737

3838
pointsCoordsAll: tuple[ npt.NDArray[ np.float64 ], ...] = ( tetraPointsCoords, hexaPointsCoords, pyrPointsCoords,
39-
triPointsCoords, quadPointsCoords )
39+
triPointsCoords, quadPointsCoords )
4040
cellTypesAll: tuple[ int, ...] = ( tetraCellType, hexaCellType, pyramidCellType, triangleCellType, quadCellType )
4141

4242

0 commit comments

Comments
 (0)