Skip to content

Fix parsing of aoflagger's memory percentage and max

Andre Offringa requested to merge fix-aoflagger-memory-percentage into master

It was parsed as int, causing an error when using a floating point. The docs say that it may be a floating point number.

Merge request reports