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
I think this failure just an oddity that rarely occurs. This issue is for posterity only.
(pytest_py312) C:\...\sdna_plus\sDNA\sdna_vs2008\tests\pytest>set DONT_TEST_N_LINK_SUBSYSTEMS_ORDER=1 & python test_gathering_windows_command_line_tests.py
SDNA_DLL: c:\Program Files (x86)\sDNA\x64\sdna_vs2008.dll
Testing the sdnaintegral.py etc. in: %sdna_bin_dir%== c:\Program Files (x86)\sDNA\x64\..\bin
SDNA_DEBUG: False
DONT_TEST_N_LINK_SUBSYSTEMS_ORDER: True
Traceback (most recent call last):
...
AssertionError: Error on line num i: 48. This line (and up to the 9 previous ones):
Expected: 'Progress'
'Requested fields: MGLAn,MCFn'
'Fields matching regex:'
'Reading features from tiny.shp'
'Reading features from tiny.shp'
'Progress'
'57 data points'
"Testing models (don't worry if this appears to hang)"
'Progress'
'Regularized r2 out of sample',
Actual: 'Progress'
'Requested fields: MGLAn,MCFn'
'Fields matching regex:'
'Reading features from tiny.shp'
'Reading features from tiny.shp'
'Progress'
'57 data points'
"Testing models (don't worry if this appears to hang)"
'Progress'
'R call failed'
The tests all passed (including the correctout_learn.txt one) on a subsequent attempt to run the same command (the other flakey tests behaved).
The text was updated successfully, but these errors were encountered:
JamesParrott
changed the title
correctout_learn.txt can flake out, and fail to call R: "R call failed"
The correctout_learn.txt test can flake out with: "R call failed"
Feb 18, 2024
I think this failure just an oddity that rarely occurs. This issue is for posterity only.
The tests all passed (including the correctout_learn.txt one) on a subsequent attempt to run the same command (the other flakey tests behaved).
The text was updated successfully, but these errors were encountered: