From f43454a1a6d68c2b190d646c79d6db26bcaa887d Mon Sep 17 00:00:00 2001 From: Abhishek Mhamane Date: Tue, 16 Jan 2024 04:21:51 +0530 Subject: [PATCH] removed the error in calling function --- pyshbundle/GRACE_Data_Driven_Correction_Vishwakarma.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyshbundle/GRACE_Data_Driven_Correction_Vishwakarma.py b/pyshbundle/GRACE_Data_Driven_Correction_Vishwakarma.py index 3841c3ca..7efd9dfa 100644 --- a/pyshbundle/GRACE_Data_Driven_Correction_Vishwakarma.py +++ b/pyshbundle/GRACE_Data_Driven_Correction_Vishwakarma.py @@ -68,7 +68,7 @@ from pyshbundle.gaussian import Gaussian from pyshbundle.cs2sc import cs2sc -from pyshbundle.gshs import GSGS +from pyshbundle.gshs import GSHS from pyshbundle.gsha import gsha from pyshbundle.naninterp import naninterp from pyshbundle.Phase_calc import PhaseCalc