askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
8 stars 3 forks source link

Use correct DataFrame object when calculating number of partitions #783

Open mauch opened 1 week ago

mauch commented 1 week ago

777 had introduced some unintentional changes to which DataFrame is used to calculate the number of partitions before conversion to DaskDataFrame.

This makes sure the same DataFrame is used as before #777