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:
@ -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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user