Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
luiarthur committed Oct 3, 2024
1 parent 79d999d commit 9419636
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/impala/superCal/map.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
### Imports

import numpy as np
import pyswarm
import pyswarm # TODO: need to add as dependency. Ask Lauren?
from scipy.optimize import NonlinearConstraint, basinhopping
from scipy.stats import halfcauchy, invgamma

Expand Down Expand Up @@ -212,8 +212,7 @@ def neg_log_lik(y):
maxiter=niter,
)
elif optmethod == "grid":

import multiprocess as mp
import multiprocess as mp # TODO: Add as dependency.
from scipy.optimize import minimize
from scipy.stats import qmc

Expand Down

0 comments on commit 9419636

Please sign in to comment.