Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change behaviour of dtype on equivalent sources #516

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused imports
  • Loading branch information
santisoler committed Jun 18, 2024
commit 39ba5c4ddbc886dee53c5136a03991ab63199497
1 change: 0 additions & 1 deletion harmonica/_equivalent_sources/cartesian.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

from .._forward.utils import distance_cartesian
from .utils import (
cast_fit_input,
jacobian_numba_parallel,
jacobian_numba_serial,
pop_extra_coords,
Expand Down
2 changes: 1 addition & 1 deletion harmonica/_equivalent_sources/gradient_boosted.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from verde import get_region, rolling_window

from .cartesian import EquivalentSources
from .utils import cast_fit_input, predict_numba_parallel
from .utils import predict_numba_parallel


class EquivalentSourcesGB(EquivalentSources):
Expand Down