You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.
This is in line 243 of PlotChartImpl: val fillValue = Float.NaN. The problem is to get from Matrix[S] to nc2.Variable. Perhaps it's a job for lucre-matrix to equip Matrix.Reader with either a fillValue or to transparently replace custom fill-values with NaNs.
The text was updated successfully, but these errors were encountered:
This is in line 243 of
PlotChartImpl
:val fillValue = Float.NaN
. The problem is to get fromMatrix[S]
tonc2.Variable
. Perhaps it's a job for lucre-matrix to equipMatrix.Reader
with either afillValue
or to transparently replace custom fill-values with NaNs.The text was updated successfully, but these errors were encountered: