Skip to content

Commit 2e4a7a7

Browse files
committed
Update fit.py
1 parent b633ea2 commit 2e4a7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Fitting/fit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def model_free(data,nz:int=None,fixz:list=None,fixA:list=None,Niter:int=None,inc
431431
else:
432432
#All parameters fixed (no operations)
433433
pass
434-
ProgressBar(q+1, Niter,prefix='Iterations',suffix=f' of {Niter} steps')
434+
ProgressBar(q+1, Niter,prefix='Iterations',suffix=f' of {Niter} steps',length=30,decimals=0)
435435
#Calculate the fit
436436

437437
Rc=np.zeros(data.R.shape)

0 commit comments

Comments
 (0)