Skip to content

Commit

Permalink
Merge pull request #121 from joezuntz/scipy-fix
Browse files Browse the repository at this point in the history
Remove import of scipy zeros
  • Loading branch information
joezuntz authored Jan 26, 2024
2 parents f7cce86 + e7c1e24 commit 1a501e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions likelihood/eboss_dr16/elg/eboss_dr16_elg.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
import os
from numpy import log, pi, interp, where, loadtxt, dot, append, linalg, inf
from numpy import log, pi, interp, where, loadtxt, dot, append, linalg, inf, zeros
from cosmosis.datablock import names as section_names
from cosmosis.datablock import option_section
from scipy.interpolate import RegularGridInterpolator
from scipy import zeros
from scipy import nan as scipynan

cosmo = section_names.cosmological_parameters
likes = section_names.likelihoods
Expand Down

0 comments on commit 1a501e5

Please sign in to comment.