Fix indices

This commit is contained in:
2023-01-23 15:33:18 -06:00
parent b5a76e4588
commit e9e5d8caf0
2 changed files with 6 additions and 4 deletions

View File

@@ -15,9 +15,7 @@ function test_cuts_blackbox_cplex()
# Read HDF5 file
h5 = Hdf5Sample(h5_filename)
lhs = h5.get_sparse("cuts_cpx_lhs")
rhs = h5.get_array("cuts_cpx_rhs")
h5.file.close()
@test lhs.shape == (22, 100)
@test length(rhs) == 22
end