Skip to content

Commit c171eb6

Browse files
authored
Merge branch 'develop' into visu_df
2 parents 8e8ea6a + 64ad584 commit c171eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_petab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ def test_load_remote():
602602
"""Test loading remote files"""
603603

604604
yaml_url = "https://raw.githubusercontent.com/PEtab-dev/petab_test_suite" \
605-
"/master/petabtests/cases/v1.0.0/sbml/0001/_0001.yaml"
605+
"/main/petabtests/cases/v1.0.0/sbml/0001/_0001.yaml"
606606
petab_problem = petab.Problem.from_yaml(yaml_url)
607607

608608
assert petab_problem.sbml_model is not None

0 commit comments

Comments
 (0)