askap-vast / vast-tools

A collection of tools that are useful for the VAST project and for exploration of results from the VAST Pipeline.
https://vast-survey.org/vast-tools/
MIT License
8 stars 0 forks source link

v2.0.0-rc.3 #208

Closed ajstewart closed 4 years ago

ajstewart commented 4 years ago

Release candidate 3 of version 2.0.0.

Addresses #207. Fixes #209.

vast-bot commented 4 years ago

Hello @ajstewart! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2020-09-04 14:24:57 UTC
ajstewart commented 4 years ago

@ddobie I think this should be merged as is.

The loading of jobs will need to be changed again, but the two epoch calculation is going to be moved to the pipeline: https://github.com/askap-vast/vast-pipeline/pull/305 also to load the whole pilot survey uses too much memory. I am experimenting with using Vaex to overcome this problem.

But at least these fixes will make the current process faster.