This commit is contained in:
Fabian Joswig 2025-10-11 10:18:20 +05:30 committed by GitHub
commit 136882aaa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 652 additions and 556 deletions

View file

@ -410,6 +410,7 @@ def test_cobs():
obs2 = pe.pseudo_Obs(-0.2, 0.03, 't')
my_cobs = pe.CObs(obs1, obs2)
my_cobs.gm()
assert +my_cobs == my_cobs
assert -my_cobs == 0 - my_cobs
my_cobs == my_cobs