Skip to content

Commit

Permalink
Update convergence.rst
Browse files Browse the repository at this point in the history
Removed variable path_to_input from documentation after release 0.9.3
  • Loading branch information
lorenaacuna authored Dec 16, 2024
1 parent fadfd76 commit 7b071e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/convergence.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b071e7

Please sign in to comment.