Skip to content

Commit

Permalink
Update src/neuroconv/datainterfaces/text/timeintervalsinterface.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Sep 21, 2023
1 parent ced842b commit d6117da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def get_metadata(self) -> dict:
return metadata

def get_metadata_schema(self) -> dict:
fpath = Path(__file__).parent / "../../schemas/timeintervals_schema.json"
fpath = Path(__file__).parent.parent.parent / "schemas" / "timeintervals_schema.json"
return load_dict_from_file(fpath)

def get_original_timestamps(self, column: str) -> np.ndarray:
Expand Down

0 comments on commit d6117da

Please sign in to comment.