We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac99d0d commit 524bd0eCopy full SHA for 524bd0e
test/runtests.jl
@@ -8,6 +8,8 @@ using HTTP
8
include("../src/DIVAndFairEase.jl")
9
APItoken = ENV["beaconAPItoken"];
10
11
+println(APItoken[1:10])
12
+
13
# Define period of interest and domain
14
domain = [12.1, 17.85, 43.12, 45.95]
15
datestart = Dates.Date(1990, 1, 1)
0 commit comments