Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Aug 20, 2024
1 parent 8f1fef6 commit 9c29a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuztf/observations/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_coverage(jds: [int], backend="best") -> pd.DataFrame | None:
if jd not in covered_jds:
tap_path = coverage_tap_path(jd)
if tap_path.exists():
df = pd.read_json(coverage_tap_path(jd))
df = pd.read_json(tap_path)
if len(df) > 0:
covered_jds.append(jd)

Expand Down

0 comments on commit 9c29a1a

Please sign in to comment.