docs: rename ndecimals to precision

pull/2139/head
Simon Renblad 2023-07-05 15:56:58 +08:00 committed by Sébastien Bourdeauducq
parent 59ad873831
commit 3d0feef614
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Experiments may have arguments whose values can be set in the dashboard and used
def build(self):
self.setattr_argument("count", NumberValue(ndecimals=0, step=1))
self.setattr_argument("count", NumberValue(precision=0, step=1))
def run(self):
for i in range(self.count):