NiftyPET / NIPET

High-throughput PET image reconstruction with high quantitative accuracy and precision
Apache License 2.0
29 stars 7 forks source link

next release v2.2.0 #40

Closed casperdcl closed 1 year ago

casperdcl commented 2 years ago
casperdcl commented 2 years ago

hmm two errors with the new Ab_PET_mMR_test folder:

tests/test_amyloid_pvc.py:162: in test_basic_reconstruction
    assert diff["mape"] <= emape_basic, testext["basic"][k]
E   AssertionError: static reconstruction with unaligned UTE mu-map
E   assert 1.4549599029123783 <= 0.1
tests/test_amyloid_pvc.py:207: in test_aligned_reconstruction
    assert (all(err) if isinstance(err, Iterable) else err), testext["aligned"][k]
E   AssertionError: PVC post reconstruction
E   assert False