Batch Runner and Data Download Support for Open Bell Validation#10
Conversation
…upport - Create `run_all_open_data_validation.py` for batch processing of datasets. - Implement automatic download and caching for the Hensen dataset in `hensen.py`. - Update `run_open_data_validation.py` to leverage the new download logic. - Add `requests` to `requirements.txt`. - Setup canonical data directory structure for Hensen. - Ensure all paths are cross-platform compatible using `pathlib`.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR implements a new batch runner for the X-Theta open data validation pipeline and adds robust data acquisition capabilities.
Key changes:
xtheta-lab/scripts/run_all_open_data_validation.pywhich can process multiple Bell-test datasets and generate a consolidated comparison CSV.download_hensen_datafunction. If the raw data is missing from the canonical path (xtheta-lab/data/open_bell/hensen/raw/bell_open_data.txt), it attempts to download it from a remote source or fallback to the repository root.run_open_data_validation.pyto perform a "pre-flight" check and trigger the download/cache logic if needed.requeststo the project requirements.These changes streamline the validation process and make the research stack more resilient to missing local data artifacts.
PR created automatically by Jules for task 10764553834748731648 started by @divyang4481