Skip to content

Commit

Permalink
fix flash parquets
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Jun 7, 2024
1 parent 6de3f59 commit e7b1ede
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/build_flash_parquets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@

import sed
from sed import SedProcessor
from sed.dataset import rearrange_data
from sed.dataset import dataset

config_file = Path(sed.__file__).parent / "config/flash_example_config.yaml"

data_path = "./tutorial/"
# data already downloaded and unzipped by actions
rearrange_data(data_path, ["analysis_data", "calibration_data"])

dataset.get("Gd_W(110)")
data_path = dataset.dir

config_override = {
"core": {
Expand Down

0 comments on commit e7b1ede

Please sign in to comment.