From 4d0fad639c5f7b605e425aa65b32f23d8f0b3cd1 Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Wed, 28 Jun 2023 14:28:52 -0600 Subject: [PATCH] added change from NCEP produtil that was somehow not included in the changes pulled from their repo before starting SonarQube work --- produtil/cluster.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/produtil/cluster.py b/produtil/cluster.py index c9fc600ba3..6abef4e571 100644 --- a/produtil/cluster.py +++ b/produtil/cluster.py @@ -274,8 +274,7 @@ def production(self): self._lastprod=int(time.time()) return prod - -class WCOSSCray(NOAAWCOSS): +class WCOSS2(NOAAWCOSS): """!This subclass of NOAAWCOSS handles the new Cray portions of WCOSS: Luna and Surge.""" def __init__(self,name=None):