-
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
Fix datafiles #98
Fix datafiles #98
Conversation
Tests are failing (seemingly) due to the "from" branch being on a fork. |
The tests should also be updated to match the code changes.
|
Tests updated as mentioned in 4132fcf. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Tests failing here due to failing Azure login since PR is from a fork. |
Currently sim2sumo finds all paths to datafiles with valid filetypes
.DATA
,.afi
and.in
. However only the stem name are used as table name (and not the subfolders). Hence if two datafiles has same stem the random first one will be chosen, not taking into account the seedpoint (ordatafile:
) given in the config file.This does not fix that, but it does at least prioritize theThis tries to fix that 😅.DATA
file over.afi
and.afi
over.in
making the results consistent over an ensemble.