esheldon/esutil

deprecation warning

Closed this issue · 0 comments

Looks like numpy is changing...

pizza_cutter/des_pizza_cutter/tests/test_sky_bounds.py::test_get_rough_sky_bounds_smoke
  /Users/Matt/miniconda3/envs/anl/lib/python3.6/site-packages/esutil/wcsutil.py:1201: DeprecationWarning: Non-string object detected for the array ordering. Please pass in 'C', 'F', 'A', or 'K' instead
    x = x.flatten(1)
  /Users/Matt/miniconda3/envs/anl/lib/python3.6/site-packages/esutil/wcsutil.py:1202: DeprecationWarning: Non-string object detected for the array ordering. Please pass in 'C', 'F', 'A', or 'K' instead
    y = y.flatten(1)