mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-15 11:26:09 +08:00
fix double negative
This commit is contained in:
@@ -52,7 +52,7 @@ class Tests(unittest.TestCase):
|
||||
assert o <= -1
|
||||
assert not (o > -1)
|
||||
assert o >= -1
|
||||
assert -(-o)*o == -o
|
||||
assert -1.*(-o)*o == -o
|
||||
o = Identity()
|
||||
assert +o == o
|
||||
assert -o == -o
|
||||
|
||||
Reference in New Issue
Block a user