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
To replicate remove the pytest.mark.skip on:
pytest.mark.skip
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
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
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.
test_nemo1_checkpoint_conversion
test_geneformer_nemo1_v_nemo2_inference_golden_values
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
This works:
This fails:
For Geneformer:
This works:
Move the
test_nemo1_checkpoint_conversion
to after thetest_geneformer_nemo1_v_nemo2_inference_golden_values
function and re-run to get the failure.The text was updated successfully, but these errors were encountered: