vollmerf

Results 1 issues of vollmerf

In contouring.py I believe line 39 totals[i] = (density.sum() - 0.5) / scale should be totals[i] = density.sum() / scale https://github.com/vollmerf/spherecontour/blob/main/ERRATA.md Regards