SalishSeaCast / SalishSeaNowcast

Python package associated with running the SalishSeaCast NEMO and other ocean models in near-real-time to produce daily nowcasts/forecasts
https://salishsea.eos.ubc.ca/nemo/
Apache License 2.0
4 stars 3 forks source link

UserWarning in `surface_current_tiles` figure module #253

Open douglatornell opened 3 months ago

douglatornell commented 3 months ago

Log message:

/SalishSeaCast/SalishSeaNowcast/nowcast/figures/publish/surface_current_tiles.py:319: 
UserWarning: FixedFormatter should only be used together with FixedLocator
  ax.set_xticklabels(x_tick_label, rotation=45)
/SalishSeaCast/nowcast-env/lib/python3.11/site-packages/numpy/core/fromnumeric.py:784: 
UserWarning: Warning: 'partition' will ignore the 'mask' of the MaskedArray.
  a.partition(kth, axis=axis, kind=kind, order=order)