Skip to content

Commit

Permalink
[Test] Another pow test added.
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Nov 26, 2024
1 parent d964d27 commit a28ceb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/obs_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ def test_pow():

for d2 in data:
assert np.log(d ** d2) == d2 * np.log(d)
assert (d ** d2) ** (1 / d2) == d


def test_reweighting():
Expand Down

0 comments on commit a28ceb3

Please sign in to comment.