Skip to content
Snippets Groups Projects
Commit 8092c87e authored by Colm Talbot's avatar Colm Talbot
Browse files

fix float issues in python 3

parent 2df8bc2c
No related branches found
No related tags found
1 merge request!31Change sampled parameters
......@@ -15,12 +15,12 @@ sampling_frequency = 4096.
simulation_parameters = dict(
mass_1=36.,
mass_2=29.,
a_1=0,
a_2=0,
tilt_1=0,
tilt_2=0,
phi_12=0,
phi_jl=0,
a_1=0.,
a_2=0.,
tilt_1=0.,
tilt_2=0.,
phi_12=0.,
phi_jl=0.,
luminosity_distance=100.,
iota=0.4,
phase=1.3,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment