Skip to content

Commit 61cb992

Browse files
committed
Update test_util.py
1 parent e004f2a commit 61cb992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/test/test_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ def test_minimize_const(self):
13501350
failures_df = qdb.util._resource_allocation_failures(
13511351
self.df, k, a, b, bm, self.col_name, 'MaxRSSRaw')
13521352
failures = failures_df.shape[0]
1353-
self.assertEqual(bm, qdb.util.mem_model4,
1353+
self.assertEqual(bm, qdb.util.mem_model3,
13541354
msg=f"""Best memory model
13551355
doesn't match
13561356
Coefficients:{k} {a} {b}

0 commit comments

Comments
 (0)