BoulderCodeHub / Process-CRSS-Res

Repository for code used to process CRSS Results starting in April 2015
1 stars 3 forks source link

Error check the yaml all at once #102

Open rabutler-usbr opened 4 years ago

rabutler-usbr commented 4 years ago

Right now, the yaml specification is checked as the data structure is created sequentially. So if you have an error in the defaults and in plot_group, you'll have to fix the first error before you know about the second error.

Might be nice to check the yaml all at once and return all errors together.