ZiyuG commited on
Commit
ebeeabe
·
verified ·
1 Parent(s): 15afcb5

Update evaluate.py

Browse files
Files changed (1) hide show
  1. evaluate.py +1 -0
evaluate.py CHANGED
@@ -285,6 +285,7 @@ def eval(test, standard, tmpdir):
285
  return sum(scores) / len(scores), final_merged_intervals, comments
286
 
287
  def install():
 
288
  import subprocess
289
  subprocess.run(["pip", "uninstall", "-y", "numpy"], check=True)
290
  subprocess.run(["pip", "install", "numpy<2"], check=True)
 
285
  return sum(scores) / len(scores), final_merged_intervals, comments
286
 
287
  def install():
288
+ print("Enter Install...")
289
  import subprocess
290
  subprocess.run(["pip", "uninstall", "-y", "numpy"], check=True)
291
  subprocess.run(["pip", "install", "numpy<2"], check=True)