From 0aca3090e7dbd512c92279f3501bef4dd6870127 Mon Sep 17 00:00:00 2001 From: softwareengineerprogrammer <4056124+softwareengineerprogrammer@users.noreply.github.com> Date: Tue, 15 Oct 2024 14:26:25 -0700 Subject: [PATCH] Fix deeplink to https://github.com/NREL/GEOPHIRES-X/issues/236\#issuecomment-2414681434 --- src/geophires_x/Parameter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/geophires_x/Parameter.py b/src/geophires_x/Parameter.py index b3c5020d..fd78b1ec 100644 --- a/src/geophires_x/Parameter.py +++ b/src/geophires_x/Parameter.py @@ -19,7 +19,7 @@ from geophires_x.Units import * _ureg = get_unit_registry() -_DISABLE_FOREX_API = True # See https://github.com/NREL/GEOPHIRES-X/issues/236?title=Currency+conversions+disabled#issuecomment-2414681434 +_DISABLE_FOREX_API = True # See https://github.com/NREL/GEOPHIRES-X/issues/236#issuecomment-2414681434 class HasQuantity(ABC):