Skip to content

Commit a321a3f

Browse files
committed
comment out unused benchmarks
1 parent 16700b7 commit a321a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_fitting.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ def test_duptake_fit(hdxm_apo: HDXMeasurement):
165165
def test_global_fit(hdxm_apo: HDXMeasurement):
166166
initial_rates = csv_to_dataframe(output_dir / "ecSecB_guess.csv")
167167

168-
t0 = time.time() # Very crude benchmarks
168+
# t0 = time.time() # Very crude benchmarks
169169
gibbs_guess = hdxm_apo.guess_deltaG(initial_rates["rate"])
170170
fr_global = fit_gibbs_global(hdxm_apo, gibbs_guess, epochs=1000, r1=2)
171-
t1 = time.time()
171+
# t1 = time.time()
172172

173173
# assert t1 - t0 < 5 # Fails sometimes
174174
out_deltaG = fr_global.output

0 commit comments

Comments
 (0)