Skip to content

Commit fbaa331

Browse files
committed
Update illustris data path
1 parent 9004ed3 commit fbaa331

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

holodeck/discrete/population.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def __init__(self, fname=None, **kwargs):
316316
"""
317317
if fname is None:
318318
fname = _DEF_ILLUSTRIS_FNAME
319-
fname = os.path.join(_PATH_DATA, fname)
319+
fname = os.path.join(_PATH_DATA, "illustris", fname)
320320

321321
self._fname = fname #: Filename for binary data
322322
super().__init__(**kwargs)

0 commit comments

Comments
 (0)