Skip to content

Commit

Permalink
Add a number to comments so that they are not removed by the pre-comm…
Browse files Browse the repository at this point in the history
…it hook.
  • Loading branch information
Jeffrey-Vervoort-KNMI committed Oct 24, 2023
1 parent dd1449f commit 83bb212
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tstester/config.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
{
"max_age": 86400,
"_comment": "extra secs values to try with the AddNewObs test",
"_comment_1": "max age in secs relative to current time (older observations are inaccessible)",
"nstations": 3,
"_comment_2": "number of stations to generate",
"bbox": {
"min_lat": -60.5,
"max_lat": 62.5,
"min_lon": -10.5,
"max_lon": 12.5
},
"_comment_3": "bounding box for randomly generated station locations (no two stations will have the same location)",
"params": {
"min": 1,
"max": 3
},
"_comment_4": "minimum and maximum number of randomly generated params for a station",
"time_res": {
"60": 0.2,
"600": 0.3,
"3600": 0.5
},
"_comment_5": "probability weights of time series resolutions (around 20% will have time res 60 secs, around 30% will have time res 600 secs, and so on)",
"extra_secs": [
60,
600,
3600
],
"_comment_6": "extra secs values to try with the AddNewObs test",
"ts_other_metadata": {
"sensor_location_quality": 9,
"sensor_performance_quality": 9
Expand Down

0 comments on commit 83bb212

Please sign in to comment.