Removed creation of yaml file subsequent to data integration. This can cause misalignment with data store. I think the yaml snapshot of a hdf5 file should therefore be outsourced there.

This commit is contained in:
2024-05-24 09:30:24 +02:00
parent 1537633b1a
commit 88de88c316

View File

@ -420,9 +420,9 @@ def create_hdf5_file_from_filesystem_path(output_filename : str,
annotate_root_dir(output_filename,root_metadata_dict)
output_yml_filename_path = hdf5_vis.take_yml_snapshot_of_hdf5_file(output_filename)
#output_yml_filename_path = hdf5_vis.take_yml_snapshot_of_hdf5_file(output_filename)
return output_filename, output_yml_filename_path
return output_filename #, output_yml_filename_path