Skip to content

Commit

Permalink
docs: clarify code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed May 7, 2024
1 parent 2e91771 commit ef34f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/invert4geom/cross_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def grav_cv_score(
progressbar=progressbar,
)

# compare new layer1 forward with observed
# compare forward of inverted layer with observed
observed = test[kwargs.get("input_grav_column")] - test.reg
predicted = test.test_point_grav

Expand Down

0 comments on commit ef34f57

Please sign in to comment.