Closed dvezinet closed 2 months ago
Hello @dvezinet! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
tofu/data/_class08_concatenate_data.py
:Line 263:80: E501 line too long (82 > 79 characters) Line 336:72: W292 no newline at end of file
tofu/data/_class10_checks.py
:Line 1321:36: W292 no newline at end of file
tofu/data/_class10_compute.py
:Line 1489:6: W292 no newline at end of file
tofu/data/_class10_refs.py
:Line 97:80: E501 line too long (82 > 79 characters) Line 212:10: W292 no newline at end of file
Caveat:
Requires
datastock >= 0.0.40
(ordevel
branch post PR163)Main changes:
Introducing the concept of equivalent diagnostic. Two diagnostics are eqivalent if:
add_inversion(data=...) now accepts data from other diagnostics if they are equivalent
Details:
Most changes occur in
datastock
(main dependency oftofu
, and in the following tofu routines:Issues:
Fixes, in devel, issue #958