Skip to content

Commit

Permalink
Make Solar Dataset "intl" test same as others
Browse files Browse the repository at this point in the history
Avoid "no method matching isapprox(String,String)
  • Loading branch information
Bill-Becker committed Dec 26, 2024
1 parent d3889bb commit 59b21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 59b21f3

Please sign in to comment.