Skip to content

Commit 28f279a

Browse files
committed
Fix the path in the astropy test
1 parent a7cdd36 commit 28f279a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_astropy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
with astrometry.Solver(
88
astrometry.series_5200.index_files(
9-
cache_directory="astrometry_cache",
9+
cache_directory=dirname / "astrometry_cache",
1010
scales={6},
1111
)
1212
) as solver:

0 commit comments

Comments
 (0)