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

Fix issue where nemo1 to nemo2 conversion tests (esm2 and geneformer) only work when run by themselves. #226

Open
jstjohn opened this issue Oct 1, 2024 · 0 comments

Comments

@jstjohn
Copy link
Collaborator

jstjohn commented Oct 1, 2024

To replicate remove the pytest.mark.skip on:

  • sub-packages/bionemo-esm2/tests/bionemo/esm2/model/test_model.py::test_nemo1_checkpoint_conversion
  • sub-packages/bionemo-geneformer/tests/bionemo/geneformer/test_model.py::test_nemo1_checkpoint_conversion

For ESM2:

This works:

sub-packages/bionemo-esm2/tests/bionemo/esm2/model/test_model.py::test_nemo1_checkpoint_conversion

This works:

sub-packages/bionemo-esm2/tests/bionemo/esm2/model/test_model.py

This fails:

py.test sub-packages/bionemo-esm2/tests/bionemo/esm2/model/finetune/test_finetune.py  sub-packages/bionemo-esm2/tests/bionemo/esm2/model/test_model.py

For Geneformer:

This works:

sub-packages/bionemo-geneformer/tests/bionemo/geneformer/test_model.py::test_nemo1_checkpoint_conversion

Move the test_nemo1_checkpoint_conversion to after the test_geneformer_nemo1_v_nemo2_inference_golden_values function and re-run to get the failure.

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