Skip to content

use integer division in logspace

Colm Talbot requested to merge fix-distance-lookup-generation into master

Generating the distance marginalisation lookup table with numpy=1.18.1 is broken as it cares about whether floats or ints are passed to linspace/logspace. This MR fixes that.

Merge request reports