Skip to content

Commit

Permalink
Merge pull request #14 from OxfordRSE/i5-move-datasets
Browse files Browse the repository at this point in the history
Move datasets into `l2gv2.datasets`
  • Loading branch information
mihaeladuta authored Nov 13, 2024
2 parents a783b85 + 5857bac commit 90a3e63
Show file tree
Hide file tree
Showing 46 changed files with 377 additions and 311 deletions.
4 changes: 0 additions & 4 deletions datasets/__init__.py

This file was deleted.

306 changes: 0 additions & 306 deletions datasets/_base.py

This file was deleted.

Empty file added l2gv2/__init__.py
Empty file.
7 changes: 7 additions & 0 deletions l2gv2/datasets/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
"""
Datasets loader for l2gv2
"""

from ._base import DataLoader

__all__ = ["DataLoader"]
Loading

0 comments on commit 90a3e63

Please sign in to comment.