From 59b21f37d6eba6e5d5f961e4e8ab0d9471c9f961 Mon Sep 17 00:00:00 2001 From: Bill Becker Date: Thu, 26 Dec 2024 13:01:43 -0700 Subject: [PATCH] Make Solar Dataset "intl" test same as others Avoid "no method matching isapprox(String,String) --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 6eed8241a..e43c522fd 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -74,7 +74,7 @@ else # run HiGHS tests latitude, longitude = 65.0102196310875, 25.465387094897675 radius = 0 dataset, distance, datasource = REopt.call_solar_dataset_api(latitude, longitude, radius) - @test dataset ≈ "intl" + @test dataset == "intl" # 4. Fairbanks, AK site = "Fairbanks"