Skip to content

Commit

Permalink
remove outdated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWitty committed Nov 3, 2023
1 parent adc4277 commit ccd1e4a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyciemss/integration_utils/result_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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_<time_unit>`.
If None, a `timepoint_<time_unit>` field is not provided.
"""

pyciemss_results: Dict[str, Dict[str, torch.Tensor]] = {
Expand Down

0 comments on commit ccd1e4a

Please sign in to comment.