Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
profxj committed Nov 6, 2024
1 parent 6dde272 commit 134710a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frb/builds/build_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def main(options:str=None, frb:str=None):

results = run(frb_list, prior, write=write_indiv, show=show)
# Write
outfile = os.path.join(files('frb'),'data','Galaxies','PATH','tmp.csv'))
outfile = os.path.join(files('frb'),'data','Galaxies','PATH','tmp.csv')
results.to_csv(outfile)
print(f"PATH analysis written to {outfile}")
print("Rename it, push to Repo, and edit the PATH/README file accordingly")
Expand Down

0 comments on commit 134710a

Please sign in to comment.