From 82a3cbbd9c244146b16ab341d198f1a92fc21bba Mon Sep 17 00:00:00 2001 From: lorenaacuna <66270562+lorenaacuna@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:40:58 +0100 Subject: [PATCH] Update retrieval.rst Removed path_to_input variable from documentation after release 0.9.3 --- docs/source/retrieval.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/source/retrieval.rst b/docs/source/retrieval.rst index e80d8e2..d653fde 100644 --- a/docs/source/retrieval.rst +++ b/docs/source/retrieval.rst @@ -13,9 +13,7 @@ We first need to generate a grid of forward models. The next example is going to # Other Python modules import numpy as np import os - # Path to input files - # Dont forget the "/" at the end of the string - path_input = "/u/loacu/gastli_input_data/" + Mjup = 318. Rjup = 11.2 ## Equilibrium temperature @@ -51,7 +49,7 @@ We first need to generate a grid of forward models. The next example is going to print('Sequence = ', counter, ' out of ', n_mrel) print('---------------') # Thermal evolution class object - my_therm_obj = therm.thermal_evolution(path_to_file=path_input, pow_law_formass=0.315) + my_therm_obj = therm.thermal_evolution(pow_law_formass=0.315) my_therm_obj.main(M_P, CMF, Teqpl, Tint_array, CO=0.55, log_FeH=logFeH) my_therm_obj.solve_thermal_evol_eq() # Save sequence of interior models