Skip to content

Commit

Permalink
variable name cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AgnieszkaZaba committed Jan 14, 2025
1 parent 10e29ba commit 293ca3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_bottom_panel(notebook_local_variables, RH, delta_18O, excess_17O):
np.testing.assert_approx_equal(
actual=notebook_local_variables[
"formulae"
].isotope_meteoric_water_line_excess.excess_17O(
].isotope_meteoric_water_line.excess_17O(
deltas_per_rh[RH]["17O"][index], deltas_per_rh[RH]["18O"][index]
),
desired=excess_17O,
Expand Down

0 comments on commit 293ca3a

Please sign in to comment.