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 was archived by the owner on Sep 21, 2025. It is now read-only.
assertout['notes'] =="some existing note Linearly interpolated from model levels using numpy.interp() function. NaNs are assigned to pressure levels falling out of the height range covered by the model"
139
+
# repeating to make sure we are not using reference to ctx see issue #190
140
+
withctx:
141
+
out=define_attrs()
142
+
assertout['notes'] =="some existing note Linearly interpolated from model levels using numpy.interp() function. NaNs are assigned to pressure levels falling out of the height range covered by the model"
143
+
ctx.obj['attrs'] = {}
144
+
withctx:
145
+
out=define_attrs()
146
+
assertout['notes'] =="Linearly interpolated from model levels using numpy.interp() function. NaNs are assigned to pressure levels falling out of the height range covered by the model"
0 commit comments