Skip to content

Commit 55c4cc7

Browse files
committed
Removed git stash remnants
1 parent e356329 commit 55c4cc7

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

checks/time_checks/check_time_squareness.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,6 @@ def check_time_squareness(
293293
# for why this is np.round and not np.trunc.
294294
a_t = _round(actual, NDECIMALS)
295295
t_t = _round(theo, NDECIMALS)
296-
<<<<<<< Updated upstream
297-
=======
298296

299297
# For monthly instantaneous data, allow three valid timestamp conventions,
300298
# but require consistency across the whole file (single convention per file):
@@ -307,7 +305,6 @@ def check_time_squareness(
307305
and (inc_unit == "months")
308306
and (inc_val == 1)
309307
)
310-
>>>>>>> Stashed changes
311308

312309
if allow_mon_point_midmonth:
313310
theo_mid = np.zeros(actual.size, dtype=float)

0 commit comments

Comments
 (0)