Skip to content

Commit

Permalink
Add TODOs to document progress
Browse files Browse the repository at this point in the history
  • Loading branch information
f-PLT committed Jul 29, 2024
1 parent 4239ed1 commit 594c76d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions climateset/download/downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ def __init__( # noqa: C901
self.meta_dir_parent = meta_dir

# TODO Fix complexity issue
# TODO Refactor download to use wget scripts instead of Opendap, and setup test case
def download_from_model_single_var( # noqa: C901
self,
variable: str,
Expand Down Expand Up @@ -422,6 +423,7 @@ def download_from_model_single_var( # noqa: C901
self.logger.warning(f"Caught the following exception but continuing : {error}")
continue

# TODO: test, improve and cleanup download part
def download_meta_historic_biomassburning_single_var(
self,
variable: str,
Expand Down

0 comments on commit 594c76d

Please sign in to comment.