We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e556700 commit ea8705bCopy full SHA for ea8705b
1 file changed
test/test_value_array.py
@@ -267,4 +267,4 @@ def test_invalid_unit_raises_error() -> None:
267
268
def test_format():
269
u = tu.GHz * np.random.random(10)
270
- assert f'{u=}' == str(u)
+ assert f'{u}' == str(u)
0 commit comments