Add your issue here
Hey @paddyroddy, I am hoping that you will be able to address this note soon:
|
class Compare: |
|
""" |
|
Helper class for array comparisons in tests. |
|
|
|
This class wraps numpy testing functions to provide a consistent interface |
|
for comparing arrays in tests. Ultimately, it would be great if we can |
|
make the array testing backend-agnostic. |
Draft PRs using what we would like to expose in xpx.testing in SciPy and sklearn are at scipy/scipy#25143 and scikit-learn/scikit-learn#34019. It would be cool if someone could check whether what we have right now would be sufficient for glass, or whether more is needed.
Add your issue here
Hey @paddyroddy, I am hoping that you will be able to address this note soon:
glass/tests/fixtures/helper_classes.py
Lines 18 to 24 in 7e620f7
Draft PRs using what we would like to expose in
xpx.testingin SciPy and sklearn are at scipy/scipy#25143 and scikit-learn/scikit-learn#34019. It would be cool if someone could check whether what we have right now would be sufficient for glass, or whether more is needed.