Skip to content

Commit

Permalink
Update src/caf/distribute/gravity_model/single_area.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben <[email protected]>
  • Loading branch information
isaac-tfn and BenTaylor-TfN authored Jan 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 79b2e7b commit f8896c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/caf/distribute/gravity_model/single_area.py
Original file line number Diff line number Diff line change
@@ -3,9 +3,10 @@
# Built-Ins
import logging
import os
from typing import Any, Optional
import functools

from typing import Any, Optional

# Third Party
import numpy as np
from scipy import optimize

0 comments on commit f8896c1

Please sign in to comment.