mirror of
https://github.com/ANL-CEEESA/MIPLearn.jl.git
synced 2025-12-06 08:28:52 -06:00
Fix indices
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user