Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/e3sm_quickview/plugins/eam_projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def RequestData(self, request, inInfo, outInfo):
if cached_array and cached_array.GetMTime() >= in_array.GetMTime():
# this scalar has been seen before
# simply add a reference in the outData
out_cell_data.AddArray(in_array)
out_cell_data.AddArray(cached_array)
else:
# this scalar is new
# we have to fill in the additional cells resulted from the clip
Expand Down
Loading