Skip to content

Commit

Permalink
Remove hardcoding of g_mag and r_mag
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Dec 14, 2024
1 parent a3bfffe commit 8d0fdbe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/too/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ def load_too_targets(
now = datetime.datetime.now(datetime.UTC)

targets = read_too_file(targets, cast=True)
targets = targets.with_columns(
g_mag=polars.lit(15, polars.Float32),
r_mag=polars.lit(15, polars.Float32),
)

targets = deduplicate_too_targets(targets)
targets = validate_too_targets(
targets,
Expand Down

0 comments on commit 8d0fdbe

Please sign in to comment.