-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
See attached build log. The failure is
======================================================================
FAIL: test_mc01td_D (test_mc.test_mc)
test_mc01td_D: test discrete option
----------------------------------------------------------------------
Traceback (most recent call last):
File "c:\Users\rory\Documents\slycot\slycot\tests\test_mc.py", line 27, in test_mc01td_D
self.assertEqual(stable, 1)
AssertionError: -1 != 1
----------------------------------------------------------------------
Build script:
set CONDA=%HOMEDRIVE%%HOMEPATH%\Miniconda3\condabin\conda.bat
echo %CONDA%
CALL %CONDA% --version
@if errorlevel 1 exit /b %ERRORLEVEL%
CALL %CONDA% activate base
@if errorlevel 1 exit /b %ERRORLEVEL%
CALL %CONDA% remove --yes --all --name build-slycot-py35
@if errorlevel 1 exit /b %ERRORLEVEL%
CALL %CONDA% create --quiet --yes --channel conda-forge --name build-slycot-py35 python=3.5 scikit-build flang numpy scipy
@if errorlevel 1 exit /b %ERRORLEVEL%
CALL %CONDA% activate build-slycot-py35
@if errorlevel 1 exit /b %ERRORLEVEL%
cd slycot
@if errorlevel 1 exit /b %ERRORLEVEL%
git describe --always --dirty
@if errorlevel 1 exit /b %ERRORLEVEL%
git status --ignored
@if errorlevel 1 exit /b %ERRORLEVEL%
@rem a hack; no f2py.exe
where f2py > %TMP%\F2PYPATH.txt
@if errorlevel 1 exit /b %ERRORLEVEL%
set /P F2PYPATH=< %TMP%\F2PYPATH.txt
@if errorlevel 1 exit /b %ERRORLEVEL%
python setup.py install -- -DF2PY_EXECUTABLE=%F2PYPATH%
@if errorlevel 1 exit /b %ERRORLEVEL%
cd slycot\tests
python -m unittest -v
build log: slycot-win-build.txt
Metadata
Metadata
Assignees
Labels
No labels