Closed Logan-Dang closed 2 months ago
Hopefully this fixes it? Tried the following:
var.totalreps = 0 for (var.i in weights) { var.totalreps += reps[var.i] } reps = var.totalreps
and works
Closes #111
Thank you so much for contributing!!!
Hopefully this fixes it? Tried the following:
and works
Closes #111