Skip to content

Commit

Permalink
Another minor formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfullard committed Sep 10, 2024
1 parent efd70d6 commit 9127f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carsus/io/cmfgen/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def load(self, fname):
config = {
"header": None,
"index_col": False,
"sep": "\s*-?\s+-?|(?<=[^edED])-|(?<=[FDPS]e)-",
"sep": r"\s*-?\s+-?|(?<=[^edED])-|(?<=[FDPS]e)-",
"skiprows": skiprows,
"engine": "python",
}
Expand Down

0 comments on commit 9127f1f

Please sign in to comment.