Skip to content

Commit 57c7b2a

Browse files
langestefanCopilot
andauthored
Update test/test-ohmythreads.jl
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent d388dde commit 57c7b2a

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

test/test-ohmythreads.jl

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
"""Unit tests for SolarPositionOhMyThreadsExt.jl"""
22

33
using OhMyThreads
4-
using StructArrays
4+
using SolarPosition.Positioning:
5+
Observer,
6+
PSA,
7+
NOAA,
8+
SPA,
9+
SolPos,
10+
ApparentSolPos,
11+
SPASolPos,
12+
solar_position,
13+
solar_position!
14+
using SolarPosition.Refraction: NoRefraction, BENNETT
15+
using Dates: DateTime, Hour
16+
using TimeZones: ZonedDateTime, @tz_str
17+
using StructArrays: StructVector
518

619
fields = (:azimuth, :elevation, :zenith)
720
allfields = (:azimuth, :elevation, :zenith, :apparent_elevation, :apparent_zenith)

0 commit comments

Comments
 (0)