mirror of
https://github.com/ANL-CEEESA/MIPLearn.git
synced 2025-12-06 09:28:51 -06:00
Fix failing tests
This commit is contained in:
@@ -312,6 +312,7 @@ class Hdf5Sample(Sample):
|
||||
|
||||
|
||||
def _pad(veclist: VectorList) -> Tuple[VectorList, List[int]]:
|
||||
veclist = deepcopy(veclist)
|
||||
lens = [len(v) if v is not None else -1 for v in veclist]
|
||||
maxlen = max(lens)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user