We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f63cda8 commit cc96c9eCopy full SHA for cc96c9e
1 file changed
schimpy/schism_hotstart.py
@@ -1313,7 +1313,7 @@ def interp_from_mesh(
1313
same_points = np.where(dist <= dist_th)[0]
1314
diff_points = np.where(dist > dist_th)[0]
1315
if self.mesh.n_vert_levels != mesh1.n_vert_levels:
1316
- raise (
+ raise Exception(
1317
"distance threshold should only be defined when the two grids have the same vertical layer numbers"
1318
)
1319
# vin is array for variable from hotstart file
0 commit comments