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
The recent addition (#699) of the variable setter did not add an accompanying change to the DatacubeExtension.apply method. As a result, you cannot set dimensions and variables in one swoop with the apply method. The documentation implies that apply should allow you to pass in extension properties.
Additionally, there is no test for the apply method, so adding one seems appropriate now and will help with #324.