Z2Pack icon indicating copy to clipboard operation
Z2Pack copied to clipboard

Fix numpy dtype deprecation

Open greschd opened this issue 5 years ago • 0 comments

tests/test_z2_invariant.py:86: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray
    wcc = np.array(wcc)

greschd avatar Sep 11 '20 09:09 greschd