We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This assertion sometimes fail, only on an imported infra (France): assert(blockPaths.isNotEmpty()). The route path may contain a single route.
assert(blockPaths.isNotEmpty())
This can happen in both STDCM and standalone sim.
No response
The most straightforward way to reproduce it is to iterate over the routes in the infra and trying to convert them to block paths
Account
Informations
76f1ed2
The text was updated successfully, but these errors were encountered:
eckter
Successfully merging a pull request may close this issue.
What happened?
This assertion sometimes fail, only on an imported infra (France):
assert(blockPaths.isNotEmpty())
. The route path may contain a single route.This can happen in both STDCM and standalone sim.
What did you expect to happen?
No response
How can we reproduce it (as minimally and precisely as possible)?
The most straightforward way to reproduce it is to iterate over the routes in the infra and trying to convert them to block paths
What operating system, browser and environment are you using?
OSRD version (top right corner
Account
button >Informations
)76f1ed2
The text was updated successfully, but these errors were encountered: