LSSTDESC / firecrown

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

Fix flake8 whitespace complaints #416

Closed marcpaterno closed 3 months ago

marcpaterno commented 4 months ago

Under Python 3.12 with the newest version of flake8, we have several complaints about missing whitespace around operators. This PR fixes those complaints.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.9%. Comparing base (d9dcfa1) to head (98d0565).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #416 +/- ## ====================================== Coverage 97.9% 97.9% ====================================== Files 35 35 Lines 2974 2974 ====================================== Hits 2912 2912 Misses 62 62 ```