You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File /data/alejandro/projects/neurostore-text-extraction/ns_pipelines/dataset.py:69, in __post_init__(self)
67 raise ValueError(f"Coordinates file {self.coordinates} does not exist.")
68 if self.text and not self.text.exists():
---> 69 raise ValueError(f"Text file {self.text} does not exist.")
70 if self.metadata and not self.metadata.exists():
71 raise ValueError(f"Metadata file {self.metadata} does not exist.")
ValueError: Text file ../ns-pond/data/8EiPHN7WvuMY/processed/pubget/text.txt does not exist.
@jdkent I'm signing off for the day bet let's take a look at this Monday
The text was updated successfully, but these errors were encountered:
adelavega
changed the title
Error applyin to ns-pond
Missing text for some inputs
Feb 28, 2025
Error loading processed data for 8EiPHN7WvuMY: Text file /data/alejandro/projects/ns-pond/data/8EiPHN7WvuMY/processed/pubget/text.txt does not exist.
Error loading processed data for 4m5jAQRAGPAn: Text file /data/alejandro/projects/ns-pond/data/4m5jAQRAGPAn/processed/pubget/text.txt does not exist.
Error loading processed data for ior7TLpUgyvn: Text file /data/alejandro/projects/ns-pond/data/ior7TLpUgyvn/processed/pubget/text.txt does not exist.
@jdkent I'm signing off for the day bet let's take a look at this Monday
The text was updated successfully, but these errors were encountered: