Skip to content

Commit aa9b322

Browse files
committed
Debug test_util
1 parent 969657b commit aa9b322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qiita_db/test/test_util.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,7 @@ def test_minimize_const(self):
13451345
# check that the algorithm calculates correct constants and chooses
13461346
# correct model for MaxRSSRaw
13471347
k, a, b = options.x
1348+
print('MaxRSSRaw', k, a, b)
13481349
kt, at, bt, = 1.0, 31054903.94825936, 92712486.20047534
13491350

13501351
self.assertEqual(bm, qdb.util.mem_model4, msg="""Best memory model
@@ -1356,7 +1357,7 @@ def test_minimize_const(self):
13561357
bm, options = qdb.util._resource_allocation_plot_helper(
13571358
_df, axs[1], self.CNAME, self.SNAME, 'ElapsedRaw', self.model_time)
13581359
k, a, b = options.x
1359-
print(k, a, b)
1360+
print('ElapsedRaw', k, a, b)
13601361
kt = 19107.88377185
13611362
at = -36985.06461777
13621363
bt = -36985.06461796

0 commit comments

Comments
 (0)