Skip to content

Commit

Permalink
Fixed double slash in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuederle committed Nov 12, 2024
1 parent 722bec6 commit b7f55eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobgap/data/validation_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
class ValidationResultLoader:
"""Load the revalidation results either by downloading them or from a local folder."""

VALIDATION_REPO_DATA = "https://raw.githubusercontent.com/mobilise-d/mobgap_validation/{version}/"
VALIDATION_REPO_DATA = "https://raw.githubusercontent.com/mobilise-d/mobgap_validation/{version}"

CONDITION_INDEX_COLS: Final[dict[Literal["free_living", "laboratory"], list[str]]] = {
"free_living": [
Expand Down

0 comments on commit b7f55eb

Please sign in to comment.