From 3ca8328cf16aaaf32666c791165040b096b1e054 Mon Sep 17 00:00:00 2001 From: Dan Lipsa Date: Fri, 20 Mar 2026 10:07:40 -0400 Subject: [PATCH] fix: typo, store cached array not in array --- src/e3sm_quickview/plugins/eam_projection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e3sm_quickview/plugins/eam_projection.py b/src/e3sm_quickview/plugins/eam_projection.py index d8ebc10..ef7ac2e 100644 --- a/src/e3sm_quickview/plugins/eam_projection.py +++ b/src/e3sm_quickview/plugins/eam_projection.py @@ -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