Open SleepProgger opened 5 years ago
There are two lines in testDan which uses format like: .format{np.mean(errs)}) that should of course be .format(np.mean(errs)))
format
.format{np.mean(errs)})
.format(np.mean(errs)))
There are two lines in testDan which uses
format
like:.format{np.mean(errs)})
that should of course be.format(np.mean(errs)))