mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-10-14 00:19:57 +02:00
Merge 356a3967fd
into 3e955d4976
This commit is contained in:
commit
136882aaa6
23 changed files with 652 additions and 556 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue