Skip to content

Commit e8693ef

Browse files
nit
1 parent a6f3021 commit e8693ef

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/prerelease.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request:
8-
branches:
9-
- main
107

118
permissions:
129
contents: read

test/test_value.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def test_hash() -> None:
208208
def test_numpy_sqrt() -> None:
209209
from tunits.units import m, km, cm
210210

211-
u: Value = np.sqrt(8 * km * m) - cm
211+
u: Value = np.sqrt(8 * km * m) - cm # type: ignore[assignment]
212212
v = 8943.27191 * cm
213213
assert np.isclose(u / v, 1)
214214

0 commit comments

Comments
 (0)