LSSTDESC / firecrown

DESC Cosmology Likelihood Framework
BSD 3-Clause "New" or "Revised" License
29 stars 7 forks source link

Reduce complexity measure in TwoPoint class #395

Closed marcpaterno closed 6 months ago

marcpaterno commented 6 months ago

flake8's McCabe complexity tool points out the read method of TwoPoint as being the hardest-to-test code in Firecrown. This complexity can be reduced by some refactoring.