From a364a42d7644872df2c1f2717a5005e4db5ceec3 Mon Sep 17 00:00:00 2001 From: paul019 <39464035+paul019@users.noreply.github.com> Date: Thu, 14 Mar 2024 22:04:06 +0100 Subject: [PATCH] Add TODO --- tests/playground.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playground.py b/tests/playground.py index f31b6435..d6abc483 100644 --- a/tests/playground.py +++ b/tests/playground.py @@ -53,6 +53,7 @@ # wiz.res("g", 1.0, sys=0.01, stat=0.02, unit=r"\mm").print() # g: (1.0 ± 0.01 sys ± 0.02 stat) \mm +# TODO: Why does this not work? # The following wont' work as we can't have positional arguments (here: unit) # after keyword arguments (here: uncert)