Skip to content
Snippets Groups Projects
Commit 42cbd7c9 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix type

parent c5ab49c3
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ inputs:
available memory too much affects flagging accuracy; in general try to use
at least 10 GB of memory.
- id: memorymax
type: double
type: float
default: 0
doc: >-
Maximum amount of memory (in GB) to use. ⇐0 means no maximum. As stated
......@@ -56,7 +56,7 @@ inputs:
memory to use. Note that the time window can be extended with an overlap
on the left and right side to minimize possible boundary effects.
- id: overlapperc
type: double
type: float
default: 0
doc: >-
If >0, percentage of time window to be added to the left and right side
......
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