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
Currently you can load specific, single cases via the .load() function. It would be useful to, say, subset one specific value for a given case but load all others. E.g., with the cases
Currently you can load specific, single cases via the
.load()
function. It would be useful to, say, subset one specific value for a given case but load all others. E.g., with the casescalling
.load({var}, abc='a')
would load the low/high and x/y/z cases but select along this last dimension. This would presumably speed up load times.The text was updated successfully, but these errors were encountered: