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

Info. Flakey test. test_diff_[correctout_prep.txt] can still sporadically fail (observed in Python 3.11) #37

Open
JamesParrott opened this issue May 30, 2024 · 0 comments

Comments

@JamesParrott
Copy link
Collaborator

JamesParrott commented May 30, 2024

PASSED test_gathering_windows_command_line_tests.py::test_diff_[correctout_geom.txt]
FAILED test_gathering_windows_command_line_tests.py::test_diff_[correctout_prep.txt] - AssertionError: Error on line num i: 19.  This line (and up to the 9 previous ones):
  Expected: 'Reading features from prep_crash_shapefile\\shapefilepreparecrash'
  'Reading features from prep_crash_shapefile\\shapefilepreparecrash'
  '  sDNA is running in 64-bit mode'
  '  Fixing near miss connections'
  '  Fixing duplicate links'
  '  Checking for isolated systems'
  '  Largest system contains 21523 links'
  '7-link subsystem contains link with id = 8285'
  '6-link subsystem contains link with id = 9654'
  '4-link subsystem contains link with id = 8028', 
  
   Actual: 'Reading features from prep_crash_shapefile\\shapefilepreparecrash'
  'Reading features from prep_crash_shapefile\\shapefilepreparecrash'
  '  sDNA is running in 64-bit mode'
  '  Fixing near miss connections'
  '  Fixing duplicate links'
  '  Checking for isolated systems'
  '  Largest system contains 21523 links'
  '7-link subsystem contains link with id = 8285'
  '6-link subsystem contains link with id = 9654'
  '4-link subsystem contains link with id = 12290'
assert '4-link subsy...th id = 12290' == '4-link subsy...ith id = 8028'
  
  - 4-link subsystem contains link with id = 8028
  ?                                          ^ --
  + 4-link subsystem contains link with id = 12290
  ?                                          ^^^^
======================== 1 failed, 9 passed in 13.23s =========================
@JamesParrott JamesParrott changed the title Flakey test. test_diff_[correctout_prep.txt] can still sporadically fail (observed in Python 3.11) Info. Flakey test. test_diff_[correctout_prep.txt] can still sporadically fail (observed in Python 3.11) May 30, 2024
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

1 participant