Skip to content

Commit

Permalink
rename compare functions
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjwilson committed Feb 6, 2025
1 parent 26916bf commit 9f039a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecoval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import nctoolkit as nc
import copy
from ecoval.matchall import matchup
from ecoval.differences import simulation_differences, simulation_differences_comparison
from ecoval.differences import compare_simulations, simulation_differences_comparison
from ecoval.fixers import tidy_name
from ecoval.helpers import matchup_starting_point
from ecoval.session import session_info
Expand Down

0 comments on commit 9f039a3

Please sign in to comment.