simonduerr commited on
Commit
876eb15
·
verified ·
1 Parent(s): ce3871f

Update inference_app.py

Browse files
Files changed (1) hide show
  1. inference_app.py +2 -2
inference_app.py CHANGED
@@ -33,7 +33,7 @@ def get_metrics(
33
  ligand_file: Path,
34
  flexible: bool = True,
35
  posebusters: bool = True,
36
- methodname: str,
37
  store:bool =True
38
  ) -> tuple[pd.DataFrame, float]:
39
  start_time = time.time()
@@ -91,7 +91,7 @@ def get_metrics_pinder(
91
  ligand_file: Path,
92
  flexible: bool = True,
93
  posebusters: bool = True,
94
- methodname: str,
95
  store:bool =True
96
  ) -> tuple[pd.DataFrame, float]:
97
  return pd.DataFrame(), 0
 
33
  ligand_file: Path,
34
  flexible: bool = True,
35
  posebusters: bool = True,
36
+ methodname: str = "",
37
  store:bool =True
38
  ) -> tuple[pd.DataFrame, float]:
39
  start_time = time.time()
 
91
  ligand_file: Path,
92
  flexible: bool = True,
93
  posebusters: bool = True,
94
+ methodname: str = "",
95
  store:bool =True
96
  ) -> tuple[pd.DataFrame, float]:
97
  return pd.DataFrame(), 0