Skip to content

Commit

Permalink
Remove vaex extract - it slows things down
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Jan 17, 2025
1 parent 723ebea commit 30990f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vasttools/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def get_source(
if self._vaex_meas:
measurements = the_measurements[
the_measurements['source'] == id
].extract().to_pandas_df()
].to_pandas_df()

else:
measurements = the_measurements.loc[
Expand Down

0 comments on commit 30990f1

Please sign in to comment.