Skip to content

Commit

Permalink
update fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Jul 13, 2023
1 parent 5b71380 commit 36d2858
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_galaxycluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,7 @@ def test_pzpdf_random_draw():

cluster.galcat.pzpdf_info.pop("zbins")
cluster.galcat.remove_column("pzbins")
cluster.galcat["pzpdf"] = [
multivariate_normal.pdf(pzbins, mean=z, cov=0.3) for z in z_src
]
cluster.galcat["pzpdf"] = [multivariate_normal.pdf(pzbins, mean=z, cov=0.3) for z in z_src]
assert_raises(TypeError, cluster.draw_gal_z_from_pdz)

# add pzbins back to galcat
Expand Down

0 comments on commit 36d2858

Please sign in to comment.