Skip to content

Commit

Permalink
Update illustris data path
Browse files Browse the repository at this point in the history
  • Loading branch information
lzkelley committed Sep 30, 2024
1 parent 9004ed3 commit fbaa331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holodeck/discrete/population.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def __init__(self, fname=None, **kwargs):
"""
if fname is None:
fname = _DEF_ILLUSTRIS_FNAME
fname = os.path.join(_PATH_DATA, fname)
fname = os.path.join(_PATH_DATA, "illustris", fname)

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

0 comments on commit fbaa331

Please sign in to comment.