Skip to content

Commit ed9bbcf

Browse files
I removed the whitespace in the blank lines
1 parent a4f84c3 commit ed9bbcf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/graphnet/datasets/snowstorm_dataset.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class SnowStormDataset(IceCubeHostedDataset):
2828
2929
The data is organized by SnowStorm RunIDs containing pulsemaps input features
3030
along with event-level truth information.
31-
31+
3232
Access to the data requires an IceCube Collaboration account.
3333
3434
References:
@@ -100,12 +100,12 @@ def _prepare_args(
100100
self, backend: str, features: List[str], truth: List[str]
101101
) -> Tuple[Dict[str, Any], Union[List[int], None], Union[List[int], None]]:
102102
"""Prepare arguments for dataset.
103-
103+
104104
Args:
105105
backend: backend of dataset. Only "sqlite" is supported.
106106
features: List of features from user to use as input.
107107
truth: List of event-level truth from user.
108-
108+
109109
Returns: Dataset arguments, train/val selection, test selection
110110
"""
111111
assert backend == "sqlite"

0 commit comments

Comments
 (0)