JMNocquet / pyeq36

Static and full time-dependent inversion of slip at faults from geodetic data
4 stars 0 forks source link

scipy.sparse compatility change #8

Open JMNocquet opened 3 years ago

JMNocquet commented 3 years ago

/home/nocquet/geodesy/anaconda3/lib/python3.7/site-packages/scipy/sparse/lil.py:506: FutureWarning: future versions will not create a writeable array from broadcast_array. Set the writable flag explicitly to avoid this warning. if not j.flags.writeable or j.dtype not in (np.int32, np.int64):