Skip to content

Commit

Permalink
Merge branch 'main' into feature/executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChouaneLouis authored May 16, 2024
2 parents b78bfea + 1c1bbd2 commit 29dd5e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/andromede/study/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ def load_ts_from_txt(
return pd.read_csv(ts_path, header=None, sep="\s+")
except FileNotFoundError:
raise FileNotFoundError(f"File '{timeseries_name}' does not exist")
except Exception:
raise Exception(f"An error has arrived when processing '{ts_path}'")


@dataclass(frozen=True)
Expand Down

0 comments on commit 29dd5e8

Please sign in to comment.