Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed independent volume check in vpf.py (#238)
* Removed independent volume check in vpf.py Following the discussion in issue #237 and after conversations with LGarrison, I've completely removed the check that confirmed that the volume inhabited by the dropped spheres was less than the volume of the sample. This check was unnecessary for the VPF to run, and actively discouraged the oversampling of the sample volume with test spheres that one needs to precisely measure the VPF at a given radius. * Update vpf.py Without the check of independent volumes, there's no need to overtly calculate the volume the samples inhabit. * Update CHANGES.rst Updated 2.4.0 with this new enhancement to theory.vpf * Update CHANGES.rst I promise I can type! * Tweaked wording @laperezNYC Tweaked the wording a bit. If this looks acceptable to you, then I will merge in the PR Co-authored-by: Manodeep Sinha <[email protected]>
- Loading branch information