Skip to content

Commit

Permalink
Closes Bears-R-Us#2963-PROTO_tests-tests-akscipy-unit-tests-failing (B…
Browse files Browse the repository at this point in the history
…ears-R-Us#2964)

Co-authored-by: Amanda Potts <ajpotts@users.noreply.github.com>
ajpotts and ajpotts authored Feb 12, 2024
1 parent 4f3f1bd commit 23b69cc
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions PROTO_tests/tests/akscipy/akscipy_test.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
from scipy.stats import power_divergence as scipy_power_divergence

import arkouda as ak
from arkouda.akstats import power_divergence as ak_power_divergence
from arkouda.akscipy import power_divergence as ak_power_divergence


class TestStats:
@@ -53,7 +53,7 @@ def test_power_divergence(self):
def test_chisquare(self):
from scipy.stats import chisquare as scipy_chisquare

from arkouda.akstats import chisquare as ak_chisquare
from arkouda.akscipy import chisquare as ak_chisquare

pairs = self.create_stat_test_pairs()

2 changes: 1 addition & 1 deletion PROTO_tests/tests/akscipy/math_tests.py
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

import arkouda as ak
from arkouda.pdarrayclass import pdarray
from arkouda.scipy.special import xlogy
from arkouda.akscipy.special import xlogy


class TestStats:

0 comments on commit 23b69cc

Please sign in to comment.