Skip to content

Commit

Permalink
docs(dataset): add TODO issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wvenialbo committed Oct 25, 2024
1 parent 769ad6b commit 9661b95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/GOES_DL/dataset/goes/locator_abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ def __init__(
ValueError
If the provided origin, level or scene is invalid.
"""
# TODO: Too many positional arguments. Solve it by using
# the Builder or Factory methods, or patterns like
# Essence or Fluent.
if scene not in self.AVAILABLE_SCENES:
available_scenes: list[str] = sorted(self.AVAILABLE_SCENES)
raise ValueError(
Expand Down

0 comments on commit 9661b95

Please sign in to comment.