-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can't recreate same order of 1-link subsystems in correct_out_prep.txt (neither with run_prepare_test.bat nor with sdnaprepare). #20
Comments
The same thing just happened with the 3-link subsystems on Python 3.7, so perhaps the underlying cause probably is stochastic.
|
Is this a 32 bit dll vs 64 bit dll issue perhaps? |
Possibly, if the original correctout.txts came from a 32 bit dll, and the v4.1.1 is 64 bit. I'm not sure why that would make this (and issue #21) intermittent though. |
Temporary work around. By setting the environment variable DONT_TEST_N_LINK_SUBSYSTEMS_ORDER, this issue can be ignored by the regression tests. sdna_plus/sDNA/sdna_vs2008/tests/pytest/test_gathering_windows_command_line_tests.py Line 110 in de923f3
e.g. the calling workflows do this by setting the input of the same name on the custom Action:
|
Maybe this is just my setup, or my machine. But there might be something subtle that's changed with the C++ iterators
correct_out_prep.txt (expected), id = 1073 is output before id = 246
https://github.com/fiftysevendegreesofrad/sdna_plus/blob/main/sDNA/sdna_vs2008/tests/correctout_prep.txt
Actual, id = 246 & 272 are output before id = 1073:
To reproduce, install sDNA and numpy, cd to
sDNA\sdna_vs2008\tests
:or set the env variables and run_prepare_test.bat
out_py3.zip
The text was updated successfully, but these errors were encountered: