From bb067758ffd68e59f17c978ca3a762960c38ea55 Mon Sep 17 00:00:00 2001 From: bayc Date: Thu, 15 Aug 2024 11:06:36 -0600 Subject: [PATCH] add some tests back in --- tests/hopp/{ => limit}/test_solar_wind.py | 0 tests/hopp/{ => limit}/test_tower_source.py | 0 tests/hopp/{ => limit}/test_trough_source.py | 0 tests/hopp/{ => limit}/test_utility_rate.py | 0 tests/hopp/{ => limit}/test_wave.py | 0 tests/hopp/{ => limit}/test_wind.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename tests/hopp/{ => limit}/test_solar_wind.py (100%) rename tests/hopp/{ => limit}/test_tower_source.py (100%) rename tests/hopp/{ => limit}/test_trough_source.py (100%) rename tests/hopp/{ => limit}/test_utility_rate.py (100%) rename tests/hopp/{ => limit}/test_wave.py (100%) rename tests/hopp/{ => limit}/test_wind.py (100%) diff --git a/tests/hopp/test_solar_wind.py b/tests/hopp/limit/test_solar_wind.py similarity index 100% rename from tests/hopp/test_solar_wind.py rename to tests/hopp/limit/test_solar_wind.py diff --git a/tests/hopp/test_tower_source.py b/tests/hopp/limit/test_tower_source.py similarity index 100% rename from tests/hopp/test_tower_source.py rename to tests/hopp/limit/test_tower_source.py diff --git a/tests/hopp/test_trough_source.py b/tests/hopp/limit/test_trough_source.py similarity index 100% rename from tests/hopp/test_trough_source.py rename to tests/hopp/limit/test_trough_source.py diff --git a/tests/hopp/test_utility_rate.py b/tests/hopp/limit/test_utility_rate.py similarity index 100% rename from tests/hopp/test_utility_rate.py rename to tests/hopp/limit/test_utility_rate.py diff --git a/tests/hopp/test_wave.py b/tests/hopp/limit/test_wave.py similarity index 100% rename from tests/hopp/test_wave.py rename to tests/hopp/limit/test_wave.py diff --git a/tests/hopp/test_wind.py b/tests/hopp/limit/test_wind.py similarity index 100% rename from tests/hopp/test_wind.py rename to tests/hopp/limit/test_wind.py