Skip to content

Commit

Permalink
Merge pull request #142 from brown-ccv/chore-cleanup-app.py
Browse files Browse the repository at this point in the history
chore: delete unused command in app.py
  • Loading branch information
cpaniaguam authored Mar 4, 2024
2 parents 4d7e52f + 54033d7 commit f9ba010
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 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
10 changes: 0 additions & 10 deletions src/icesat2_tracks/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,6 @@ def plot_spectra(
)


@app.command(help=_plotspectra.__doc__)
def separate_var(
track_name: str = validate_track_name_gt_1_opt,
batch_key: str = validate_batch_key_opt,
ID_flag: bool = True,
output_dir: str = validate_output_dir_opt,
):
run_job(_plotspectra, track_name, batch_key, ID_flag, output_dir)


@app.command(help=_threddsprior.__doc__)
def make_iowaga_threads_prior( # TODO: revise naming @mochell
track_name: str = validate_track_name_gt_1_opt,
Expand Down

0 comments on commit f9ba010

Please sign in to comment.