Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows tests are failing #34

Open
rly opened this issue Jun 6, 2023 · 1 comment
Open

Windows tests are failing #34

rly opened this issue Jun 6, 2023 · 1 comment

Comments

@rly
Copy link

rly commented Jun 6, 2023

See https://github.com/exabiome/gtnet/actions/runs/5181901828/jobs/9338033770

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\hostedtoolcache\windows\Python\3.11.3\x64\Lib\site-packages\pandas\_testing\asserters.py", line 1224, in assert_frame_equal
    assert_series_equal(
  File "C:\hostedtoolcache\windows\Python\3.11.3\x64\Lib\site-packages\pandas\_testing\asserters.py", line 1014, in assert_series_equal
    _testing.assert_almost_equal(
  File "pandas\_libs\testing.pyx", line 52, in pandas._libs.testing.assert_almost_equal
  File "pandas\_libs\testing.pyx", line 172, in pandas._libs.testing.assert_almost_equal
  File "C:\hostedtoolcache\windows\Python\3.11.3\x64\Lib\site-packages\pandas\_testing\asserters.py", line 599, in raise_assert_detail
    raise AssertionError(msg)
AssertionError: DataFrame.iloc[:, 2] (column name="domain_prob") are different

DataFrame.iloc[:, 2] (column name="domain_prob") values are different (100.0 %)
[index]: [0, 1, 2]
[left]:  [0.92493016, 0.7773866, 0.7986983]
[right]: [0.9245585, 0.7698675, 0.6994265]
At positional index 0, first diff: 0.92493016 != 0.9245585
Error: Process completed with exit code 1.
@ajtritt
Copy link
Contributor

ajtritt commented Jun 23, 2023

I noticed this. I think this is an issue with PyTorch builds for Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants