Fix job type assignment and clean up testfunctions file.

Updated job type to reference `experiment.type` in `processing.py` for accurate data handling. Cleaned up and streamlined `testfunctions.ipynb` by removing outdated and redundant code, improving readability and usability.
This commit is contained in:
GotthardG
2025-04-30 13:09:55 +02:00
parent 38a5c85b37
commit b3847a0bf0
4 changed files with 47 additions and 56 deletions

View File

@ -983,6 +983,7 @@ class JobsResponse(BaseModel):
updated_at: Optional[datetime]
data_collection_parameters: Optional[DataCollectionParameters] = None
experiment_parameters: BeamlineParameters
filepath: Optional[str] = None
slurm_id: Optional[int] = None