From 369576185a5d7f93fc2657b2e230e713ca35d298 Mon Sep 17 00:00:00 2001 From: NatLeung96 Date: Tue, 11 Aug 2026 08:55:21 +0100 Subject: [PATCH] Fix XMCD UI minima --- ptypy/schema/ptypy_xmcd_calc_param.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ptypy/schema/ptypy_xmcd_calc_param.json b/ptypy/schema/ptypy_xmcd_calc_param.json index cc05118..44604e7 100644 --- a/ptypy/schema/ptypy_xmcd_calc_param.json +++ b/ptypy/schema/ptypy_xmcd_calc_param.json @@ -3,11 +3,11 @@ "properties": { "scan_number_lcp": { "type": "integer", - "minimum": "0" + "minimum": 0 }, "scan_number_rcp": { "type": "integer", - "minimum": "0" + "minimum": 0 }, "input_dir": { "type": "string",