Closed ajstewart closed 4 years ago
Hello @ajstewart! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
vasttools/pipeline.py
:Line 1376:46: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Hello @ajstewart! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
- In the file
vasttools/pipeline.py
:Line 1273:46: E712 comparison to True should be 'if cond is True:' or 'if cond:'
Comment last updated at 2020-11-18 08:38:37 UTC
The is condition has to be ignored as it's inside a pandas filter.
Adds the ability to define a filtered measurements dataframe and recalculate the source statistics.
Fixes #226.