From 34019e1aade8e889a2b1f8714b2a620bd90e3f60 Mon Sep 17 00:00:00 2001 From: alejandraglz <alejandra.gonzalez@uni-jena.de> Date: Thu, 6 Jul 2023 17:20:19 +0200 Subject: [PATCH] minor in tutorial --- tutorials/watpy_CoReDB.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/watpy_CoReDB.ipynb b/tutorials/watpy_CoReDB.ipynb index f74a9f8..5663f35 100644 --- a/tutorials/watpy_CoReDB.ipynb +++ b/tutorials/watpy_CoReDB.ipynb @@ -1652,7 +1652,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": null, "metadata": {}, "outputs": [], "source": [ @@ -1699,7 +1699,7 @@ "thcsim['q'] = 1.0 # mass ratio, >= 1\n", "thcsim['f0_Hz'] = 565.08 # initial GW frequency in Hz\n", "thcsim['f0'] = thcsim['f0_Hz'] * Msun_sec\n", - "thcsim['Momg22'] = thcsim['mass'] * thcsim['f0'] / (2*np.pi) # initial GW frequency in geom. units\n", + "thcsim['Momg22'] = thcsim['mass'] * thcsim['f0'] * (2*np.pi) # initial GW frequency in geom. units\n", "\n", "thcsim['folder'] = './TestData/MySim_THC_135135' # simulation folder\n", "thcsim['pre-release-folder'] = simname_long # folder with CoRe formatted files" -- GitLab