From 0a2d18422426324691ae896c3a3075fdd94748d2 Mon Sep 17 00:00:00 2001 From: Robert Wilson Date: Wed, 12 Feb 2025 13:18:31 +0000 Subject: [PATCH] fix sim_1 docstring in compare_simulations --- ecoval/differences.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ecoval/differences.py b/ecoval/differences.py index 9b966cf..89bddb1 100644 --- a/ecoval/differences.py +++ b/ecoval/differences.py @@ -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