Skip to content

Commit

Permalink
revert flux file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cchapmanbird committed Nov 18, 2024
1 parent ea896f8 commit 5c42d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions few/trajectory/ode/flux.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ def __init__(self, *args, file_directory: Optional[str]=None, **kwargs):
"KerrEqEcc_x0.dat",
"KerrEqEcc_x1.dat",
"KerrEqEcc_x2.dat",
"KerrEqEcc_pdot_grid.dat",
"KerrEqEcc_edot_grid.dat"
"KerrEqEcc_pdot.dat",
"KerrEqEcc_edot.dat"
]
for fp in self.files:
check_for_file_download(fp, self.file_dir)
Expand Down

0 comments on commit 5c42d84

Please sign in to comment.