You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The failure is for Python 3.9, Generic BLAS. The diagnostic is a low-level error that occurs during the python-control tests:
Windows fatal exception: code 0xc0000374
control\tests\xferfcn_test.py .......................................... [ 97%]
Windows fatal exception: code 0xc0000374
Current thread 0x00000730 (most recent call first):
File "<string>", line 1 in <lambda>
File "C:\Miniconda\envs\test-env\lib\tokenize.py", line 590 in _tokenize
File "C:\Miniconda\envs\test-env\lib\site-packages\coverage\phystokens.py", line 147 in generate_tokens
Something similar happens in the Python 3.6 Generic BLAS, which is "FAILOK":
2021-01-30T08:10:18.8133613Z control\tests\nichols_test.py .. [ 25%]
2021-01-30T08:10:19.1146867Z Windows fatal exception: code 0xc0000374
2021-01-30T08:10:19.1147451Z
2021-01-30T08:10:19.1148013Z Current thread 0x00000bc4 (most recent call first):
2021-01-30T08:10:19.1150102Z File "C:\Miniconda\envs\test-env\lib\site-packages\matplotlib\transforms.py", line 116 in __init__
Comparing the most recent 3.9 with the same build at https://github.com/bnavigator/Slycot/actions/runs/507101266, there are minor differences (different Github Windows env version, different git version, different build of python 3.9.1, pip 21.0, ruamel_yaml, different version of tzdata, matplotlib, coverage, pytest, urllilb.
The number of tests collected is different, probably due to changes in python-control:
See https://github.com/python-control/Slycot/actions/runs/522944389
The failure is for Python 3.9, Generic BLAS. The diagnostic is a low-level error that occurs during the python-control tests:
Something similar happens in the Python 3.6 Generic BLAS, which is "FAILOK":
Comparing the most recent 3.9 with the same build at https://github.com/bnavigator/Slycot/actions/runs/507101266, there are minor differences (different Github Windows env version, different git version, different build of python 3.9.1, pip 21.0, ruamel_yaml, different version of tzdata, matplotlib, coverage, pytest, urllilb.
The number of tests collected is different, probably due to changes in python-control:
Succesful build in PR:
Failed build in master:
For now I suggest we make Windows Python 3.9 Generic FAILOK too - we're passing Windows Python 3.9 with OpenBLAS and Intel10_64lp.
The text was updated successfully, but these errors were encountered: