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
This issue is a reminded to re-introduce a feature that didn't make it into PR #542: the ability to pack value dimensions into a single array in GridColumns. This PR is going to be merged to master shortly.
This was prototyped using a dictionary key called 'vdims' but I think it would be nicer to allow tuple keys containing the actual value dimension names e.g ('height', 'pressure', 'temperature').
The text was updated successfully, but these errors were encountered:
This issue is a reminded to re-introduce a feature that didn't make it into PR #542: the ability to pack value dimensions into a single array in
GridColumns
. This PR is going to be merged to master shortly.This was prototyped using a dictionary key called
'vdims'
but I think it would be nicer to allow tuple keys containing the actual value dimension names e.g('height', 'pressure', 'temperature')
.The text was updated successfully, but these errors were encountered: