* La Forge version:1.0.1 * Python version:Python 3.9.13 * Operating System: Mac OSX ### Description Trying to read in a prior file but co crashed since a tab character is written incorrectly. ### What I Did I edited this line: https://github.com/nanograv/la_forge/blob/main/la_forge/core.py#L153 and replaced ``` delimiter='/t' -> delimiter='\t' ```
Description
Trying to read in a prior file but co crashed since a tab character is written incorrectly.
What I Did
I edited this line:
https://github.com/nanograv/la_forge/blob/main/la_forge/core.py#L153
and replaced