Skip to content

Commit

Permalink
Merge pull request #4943 from yut23/fix-amrex-tilde-in-filepath
Browse files Browse the repository at this point in the history
BUG: fix loading of AMReX datasets with `~` in the filename
  • Loading branch information
neutrinoceros authored Jul 9, 2024
2 parents 7ea1dd1 + 61de62d commit c0c0bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yt/frontends/amrex/data_structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ def __init__(

cparam_filename = cparam_filename or self.__class__._default_cparam_filename
self.cparam_filename = self._lookup_cparam_filepath(
output_dir, cparam_filename=cparam_filename
self.output_dir, cparam_filename=cparam_filename
)
self.fparam_filename = self._localize_check(fparam_filename)
self.storage_filename = storage_filename
Expand Down

0 comments on commit c0c0bbb

Please sign in to comment.