Skip to content

Commit 8c6c8ea

Browse files
committed
refactor: update docstring for safe_call_qoi_function to clarify list_mcds parameter type
1 parent a11cdfa commit 8c6c8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uq_physicell/utils/sumstats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def safe_call_qoi_function(func: callable, mcds:Union[pcdl.TimeStep,None]=None,
9999
Args:
100100
func: The QoI function to call
101101
mcds: pcdl.TimeStep or None -> The mcds object for single snapshot
102-
list_mcds: pcdl.TimeSeries or None -> The mcds time series object for multiple snapshots
102+
list_mcds: list of pcdl.TimeStep or None -> The mcds time series object for multiple snapshots
103103
104104
Returns:
105105
Result of the QoI function

0 commit comments

Comments
 (0)