Skip to content

Commit

Permalink
Update CI and datasets.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan1248 committed Sep 24, 2024
1 parent 95253d2 commit f58eae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10, 3.11]
python-version: ["3.11", "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion vidlu/data/datasets/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1534,4 +1534,4 @@ def download(self, splits_root):
# # seg_map_=lambda: load_segmentation_with_downsampling(lp, df, self.color_to_label))
#
# def __len__(self):
# return len(self._img_lab_list)
# return len(self._img_lab_list)

0 comments on commit f58eae6

Please sign in to comment.