Skip to content

Commit cff34d3

Browse files
committed
add mcds_list_to_qoi_df_long function.
1 parent b4f8c89 commit cff34d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uq_physicell/model_analysis/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ def calculate_qoi_from_sa_db(db_file: str, qoi_functions: dict, chunk_size: int
205205
and values are lambda functions or string representations.
206206
chunk_size (int, optional): Number of samples to process at a time. Default is 10.
207207
Adjust based on available memory and data size.
208+
mode: Specify the form of the result dataframe. Possible modes are
209+
sa, calib, and long. The default is sa.
208210
209211
Returns:
210212
pd.DataFrame: DataFrame with calculated QoI values indexed by SampleID

0 commit comments

Comments
 (0)