Skip to content

Commit

Permalink
revert fix to regex string in test_ndbc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
akeeste committed Dec 2, 2024
1 parent 7bbc0ee commit 052c9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mhkit/tests/wave/io/test_ndbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def setUpClass(self):
}
self.filenames = ["46042w1996.txt.gz", "46029w1997.txt.gz", "46029w1998.txt.gz"]
self.swden = pd.read_csv(
join(datadir, self.filenames[0]), sep=r"\\s+", compression="gzip"
join(datadir, self.filenames[0]), sep=r"\s+", compression="gzip"
)

buoy = "42012"
Expand Down

0 comments on commit 052c9de

Please sign in to comment.