Add another credit
This commit is contained in:
parent
3598f10b95
commit
57488bc625
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ public class ApproximateTwilightTimeTest {
|
|||
public void approximateTest() {
|
||||
TwilightTimeProvider provider = new ApproximateTwilightTimeProvider();
|
||||
|
||||
// used https://gml.noaa.gov/grad/solcalc/index.html for reference values
|
||||
testLocation(provider, 26, 6, 2023, 53.123394, 23.0864867, 122, 1139);
|
||||
testLocation(provider, 13, 11, 2040, 45.432427, -122.3899276, 907, 1481);
|
||||
testLocation(provider, 23, 3, 2021, 55.5024161, 9.6801853, 315, 1061);
|
||||
|
|
Loading…
Reference in a new issue