FAIRmat-NFDI / nomad-measurements

A NOMAD plugin containing base sections for measurements.
https://FAIRmat-NFDI.github.io/nomad-measurements/
Apache License 2.0
13 stars 1 forks source link

Return empty plots if data isn't available #95

Closed ka-sarthak closed 4 months ago

ka-sarthak commented 4 months ago

Fixes the bug when XRD schema is initiated without a data file.

Current behavior: plotting methods are triggered even if data is not available, leading to errors

Fix: add checks for data availability before triggering plotting