Skip to content

Commit

Permalink
Just printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmenickelly committed Jun 12, 2024
1 parent f25c4e8 commit c99026d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pounders/py/tests/test_showing_error_on_row10.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
if not os.path.exists("benchmark_results"):
os.makedirs("benchmark_results")

dfo = np.loadtxt("dfo.dat")
dfo = np.loadtxt("/home/mmenickelly/BenDFO/data/dfo.dat")

spsolver = 2
nf_max = 500
Expand All @@ -22,7 +22,7 @@
printf = False
combinemodels = pdrs.identity_combine
hfun = lambda F: np.squeeze(F)
Opts = {"spsolver": 1, "hfun": hfun, "combinemodels": combinemodels}
Opts = {"printf": 1, "spsolver": 1, "hfun": hfun, "combinemodels": combinemodels}

for row, (nprob, n, m, factor_power) in enumerate(dfo[10:11]):
n = int(n)
Expand Down

0 comments on commit c99026d

Please sign in to comment.