Skip to content

Commit

Permalink
refactor: add docstring to app function in B06_correct_separate_var.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cpaniaguam authored Mar 1, 2024
1 parent 8ecd297 commit 7d8e0dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/icesat2_tracks/analysis_db/B06_correct_separate_var.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ def run_B06_correct_separate_var(
output_dir: str = typer.Option(..., callback=validate_output_dir),
verbose: bool = False,
):
"""
TODO: Add docstring.
"""

color_schemes.colormaps2(31, gamma=1)
col_dict = color_schemes.rels
Expand Down

0 comments on commit 7d8e0dc

Please sign in to comment.