Skip to content

Commit

Permalink
Merge branch 'main' into verboseify
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed May 1, 2023
2 parents 6731f5e + 3925a67 commit 52741cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion nuztf/flatpix.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


def get_flatpix_path(nside: int):
outdir = os.path.join("nuztf", "data")
outdir = os.path.join(os.path.dirname(__file__), "data")
if not os.path.exists(outdir):
os.makedirs(outdir)

Expand Down
14 changes: 7 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 52741cc

Please sign in to comment.