Skip to content

Commit

Permalink
fix sim_1 docstring in compare_simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Feb 12, 2025
1 parent a45772e commit 0a2d184
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ecoval/differences.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ def compare_simulations(
Parameters
-------------
sim_dir_1 : str
The directory containing the first model directory
sim_dir_2 : str
The directory containing the second simulation
sim_1 : dict
A dictionary of the first simulation. Key, value pair should be the name of the simulation and the directory.
sim_2 : dict
A dictionary of the second simulation. Key, value pair should be the name of the simulation and the directory.
surface_variables : dict
A dictionary of variables to compare at the surface
bottom_variables : dict
Expand Down

0 comments on commit 0a2d184

Please sign in to comment.