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

Improve .mod search strategy #89

Merged
merged 7 commits into from
Jun 26, 2023
Merged

Improve .mod search strategy #89

merged 7 commits into from
Jun 26, 2023

Conversation

olupton
Copy link
Collaborator

@olupton olupton commented Jun 23, 2023

Should avoid having to explicitly set model_dir for models with a simple directory structure.

Unfortunately this exposes various models with .mod files that do not compile, which were previously missed because there was no model_dir setting and the .mod files were not at the top level.

The following 30 models are now skipped, because their .mod files do not compile: 7907 125385 144579 147141 154096 155735 155796 182134 183014 183718 184497 229585 230861 237469 239421 240116 246546 256311 261460 265523 266732 266799 266806 266864 267146 267189 267511 267587 267595 267646.

Additionally new model 241169 is not executed, because it makes invalid assumptions that break with neuron-nightly.

Should avoid having to explicitly set model_dir for models with a simple
directory structure.
@olupton olupton marked this pull request as ready for review June 23, 2023 08:29
@olupton
Copy link
Collaborator Author

olupton commented Jun 23, 2023

@olupton
Copy link
Collaborator Author

olupton commented Jun 23, 2023

@olupton
Copy link
Collaborator Author

olupton commented Jun 26, 2023

Copy link
Member

@alexsavulescu alexsavulescu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@olupton olupton merged commit 5c00892 into master Jun 26, 2023
2 checks passed
@olupton olupton deleted the olupton/find-mods branch June 26, 2023 09:38
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

Successfully merging this pull request may close these issues.

None yet

2 participants