From 5c42d847b7047f892b9badffa7d15ee7dd93490c Mon Sep 17 00:00:00 2001 From: Christian Chapman-Bird Date: Mon, 18 Nov 2024 00:29:03 +0000 Subject: [PATCH] revert flux file paths --- few/trajectory/ode/flux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/few/trajectory/ode/flux.py b/few/trajectory/ode/flux.py index 06859870..0968ee0e 100644 --- a/few/trajectory/ode/flux.py +++ b/few/trajectory/ode/flux.py @@ -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)