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

How do I fix the problems in pytest when i try to install domainator_esmologs? #15

Open
Xiewentao17 opened this issue Jun 19, 2024 · 1 comment

Comments

@Xiewentao17
Copy link

FAILED test/test_build_ssn.py::test_build_ssn_4 - FileNotFoundError: [Errno 2] No such file or directory: 'test_out/FeSOD_dist.tsv_out.xgmml'
FAILED test/test_color_genbank.py::test_color_genbank_databases_1 - FileNotFoundError: [Errno 2] No such file or directory: 'test_out/tmp_colored_genbank.gb'
FAILED test/test_select_by_cds.py::test_select_by_cds_domain_expr_config_file - SystemExit: 2
FAILED test/test_select_by_contig.py::test_select_by_conting_domain_expression_config_file - SystemExit: 2
14da4304c3046e0e99088ec2f220093

@seanrjohnson
Copy link
Collaborator

Hi @Xiewentao17, the first two were bugs. I fixed those and pushed the fix.

The second two, I'm not sure, I can't reproduce those. Maybe something to do with the jsonargparse library?

Do you have more detailed error messages for that?

In any case, neither of those failed tests should affect the program function, I think, unless you are using config files.

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

2 participants