Skip to content

Commit

Permalink
Add some logging to partially address #718
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Jul 26, 2024
1 parent 27e7e19 commit e5b0d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vast_pipeline/pipeline/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1477,11 +1477,15 @@ def reconstruct_associtaion_dfs(
"""
prev_associations = pd.read_parquet(previous_parquet_paths['associations'])

logger.debug(images_df_done)
logger.debug(images_df_done['image_dj'])

# Get the parquet paths from the image objects
img_meas_paths = (
images_df_done['image_dj'].apply(lambda x: x.measurements_path)
.to_list()
)
logger.debug(img_meas_paths)

# Obtain the pipeline run path in order to fetch forced measurements.
run_path = previous_parquet_paths['sources'].replace(
Expand Down

0 comments on commit e5b0d6c

Please sign in to comment.