Skip to content

Commit

Permalink
Remove changes to approx_cell1_size
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Bradshaw committed Nov 27, 2019
1 parent a28242b commit 4fb90c7
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def conditional_cylindrical_isolation(sample1, sample2, rp_max, pi_max,
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use ``rp_max``/10 in the xy-dimensions
and ``pi_max``/10 in the z-dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def spherical_isolation(sample1, sample2, r_max, period=None,
will be apportioned into subvolumes of the simulation box.
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use ``r_max``/10 in each dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def large_scale_density_spherical_annulus(sample, tracers, inner_radius, outer_r
will be apportioned into subvolumes of the simulation box.
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use Lbox/10 in each dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def large_scale_density_spherical_volume(sample, tracers, radius,
will be apportioned into subvolumes of the simulation box.
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use Lbox/10 in each dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def marked_npairs_3d(sample1, sample2, rbins, weight_func_id,
will be apportioned into subvolumes of the simulation box.
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use Lbox/10 in each dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down
2 changes: 1 addition & 1 deletion halotools/mock_observables/pair_counters/npairs_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def npairs_3d(sample1, sample2, rbins, period=None,
will be apportioned into subvolumes of the simulation box.
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use Lbox/10 in each dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def inertia_tensor_per_object(sample1, sample2, weights2, smoothing_scale,
The optimum choice unavoidably depends on the specs of your machine.
Default choice is to use Lbox/10 in each dimension,
which will return reasonable performance for most use-cases.
which will return reasonable result performance for most use-cases.
Performance can vary sensitively with this parameter, so it is highly
recommended that you experiment with this parameter when carrying out
performance-critical calculations.
Expand Down

0 comments on commit 4fb90c7

Please sign in to comment.