diff --git a/pyciemss/integration_utils/result_processing.py b/pyciemss/integration_utils/result_processing.py index ad737baf0..704c05ace 100644 --- a/pyciemss/integration_utils/result_processing.py +++ b/pyciemss/integration_utils/result_processing.py @@ -18,9 +18,6 @@ def prepare_interchange_dictionary( def convert_to_output_format(samples: Dict[str, torch.Tensor]) -> pd.DataFrame: """ Convert the samples from the Pyro model to a DataFrame in the TA4 requested format. - - time_unit -- Label timepoints in a semantically relevant way `timepoint_`. - If None, a `timepoint_` field is not provided. """ pyciemss_results: Dict[str, Dict[str, torch.Tensor]] = {