Skip to content
Snippets Groups Projects
Commit f9e4a981 authored by David Smadja's avatar David Smadja
Browse files

Add absolute_error_margin

parent 1a3a43cb
No related branches found
No related tags found
No related merge requests found
...@@ -294,12 +294,14 @@ function buildYamlOutput( ...@@ -294,12 +294,14 @@ function buildYamlOutput(
name: string name: string
period: string period: string
max_spiral_loops: number max_spiral_loops: number
absolute_error_margin: number
input: JsonObject input: JsonObject
output: JsonObject output: JsonObject
} = { } = {
name: name, name: name,
period: year, period: year,
max_spiral_loops: 4, max_spiral_loops: 4,
absolute_error_margin: 1,
input: {}, input: {},
output: {}, output: {},
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment