From 7b071e76ab7733ff6ecffc8aa8bcaff19be1a524 Mon Sep 17 00:00:00 2001 From: lorenaacuna <66270562+lorenaacuna@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:32:11 +0100 Subject: [PATCH] Update convergence.rst Removed variable path_to_input from documentation after release 0.9.3 --- docs/source/convergence.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/convergence.rst b/docs/source/convergence.rst index f44de17..33aed4d 100644 --- a/docs/source/convergence.rst +++ b/docs/source/convergence.rst @@ -49,8 +49,7 @@ We recommend increasing ``j_max``, to no more than ``j_max = 99``. Sometimes, ev import numpy as np import matplotlib.pyplot as plt # Create coupling class - my_coupling = cpl.coupling(path_to_file="/Users/acuna/Desktop/gastli_input_data/",\ - j_max=99, pow_law_formass=0.31) + my_coupling = cpl.coupling(j_max=99, pow_law_formass=0.31) # Input for interior M_P = 50. # Internal and equilibrium temperatures