We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e8ea6a + 64ad584 commit c171eb6Copy full SHA for c171eb6
tests/test_petab.py
@@ -602,7 +602,7 @@ def test_load_remote():
602
"""Test loading remote files"""
603
604
yaml_url = "https://raw.githubusercontent.com/PEtab-dev/petab_test_suite" \
605
- "/master/petabtests/cases/v1.0.0/sbml/0001/_0001.yaml"
+ "/main/petabtests/cases/v1.0.0/sbml/0001/_0001.yaml"
606
petab_problem = petab.Problem.from_yaml(yaml_url)
607
608
assert petab_problem.sbml_model is not None
0 commit comments