From be0223af5965e432cadd38f8b7134738170c9354 Mon Sep 17 00:00:00 2001 From: Jeff Klenzing <19592220+jklenzing@users.noreply.github.com> Date: Wed, 17 Jan 2024 17:07:59 -0500 Subject: [PATCH] MAINT: update new tests flag --- pysatModels/models/pydineof_dineof.py | 2 +- pysatModels/models/sami2py_sami2.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pysatModels/models/pydineof_dineof.py b/pysatModels/models/pydineof_dineof.py index 45b21dac..1db6f06f 100644 --- a/pysatModels/models/pydineof_dineof.py +++ b/pysatModels/models/pydineof_dineof.py @@ -70,7 +70,7 @@ _test_dates = {'': {tag: dt.datetime(2009, 1, 1) for tag in tags.keys()}} _test_download = {'': {'': False, 'test': True}} # TODO(#136): Remove when compliant with multi-day load tests -_test_new_tests = {'': {'test': False}} +_new_tests = {'': {'test': False}} # ---------------------------------------------------------------------------- # Instrument methods diff --git a/pysatModels/models/sami2py_sami2.py b/pysatModels/models/sami2py_sami2.py index 23b08855..1562e3dd 100644 --- a/pysatModels/models/sami2py_sami2.py +++ b/pysatModels/models/sami2py_sami2.py @@ -50,7 +50,7 @@ _test_dates = {'': {tag: dt.datetime(2019, 1, 1) for tag in tags.keys()}} _test_download = {'': {'': False, 'test': True}} # TODO(#136): Remove when compliant with multi-day load tests -_test_new_tests = {'': {'test': False}} +_new_tests = {'': {'test': False}} # ---------------------------------------------------------------------------- # Instrument methods