From 89e5575e4fff461d0e4d43b92645c547cdf874a7 Mon Sep 17 00:00:00 2001 From: Robert Izzard <r.izzard@surrey.ac.uk> Date: Mon, 8 Nov 2021 14:23:25 +0000 Subject: [PATCH] fix typos --- binarycpython/utils/grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binarycpython/utils/grid.py b/binarycpython/utils/grid.py index ea5445b27..f25495719 100644 --- a/binarycpython/utils/grid.py +++ b/binarycpython/utils/grid.py @@ -590,7 +590,7 @@ class Population: """ # check parameters - if dphasevol != -1.0 and gridtype == 'discrete': + if False and dphasevol != -1.0 and gridtype == 'discrete': print("Error making grid: you have set the phasevol to be not -1 and gridtype to discrete, but a discrete grid has no phasevol calculation. You should only set the gridtype to discrete and not set the phasevol in this case.") sys.exit() -- GitLab