Skip to content

Commit

Permalink
feat: Add metric parameter to process_dt_scs_wrapper function
Browse files Browse the repository at this point in the history
  • Loading branch information
dummyindex committed Jul 22, 2024
1 parent 923127c commit 74b4f1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions livecellx/core/sc_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def process_mapping_by_time(

def process_dt_scs_wrapper(
scs_by_time,
metric="iomin",
dt=1,
total_time=None,
interval=1,
Expand Down Expand Up @@ -198,6 +199,7 @@ def process_dt_scs_wrapper(
"multimap_metric_threshold": 0.2,
"zeromap_metric_threshold": 0.8,
"save_viz_check": True,
"metric": metric,
}
)
print("# inputs:", len(inputs))
Expand Down

0 comments on commit 74b4f1e

Please sign in to comment.