Skip to content

Commit

Permalink
Update upload path for validation data
Browse files Browse the repository at this point in the history
  • Loading branch information
MitchellAV committed Mar 1, 2024
1 parent cea8401 commit bbd48f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ec2/insert_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def createFileMetadata(self, file_metadata_df: pd.DataFrame):

# upload validation data to s3
local_path = os.path.join(self.validation_data_path, metadata["file_name"])
upload_path = f'data_files/analytical/{metadata["file_name"]}'
upload_path = f'data_files/ground_truth/{metadata["file_name"]}'
upload_to_s3_bucket(self.s3_bucket_name, local_path, upload_path)

def createValidationData(self):
Expand Down

0 comments on commit bbd48f4

Please sign in to comment.