[Fix] more work on typehints

This commit is contained in:
Simon Kuberski 2025-02-17 15:24:18 +01:00
parent bbf0b689a1
commit 4814675ff6
7 changed files with 56 additions and 43 deletions

View file

@ -407,6 +407,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