BUNPC / pysnirf2

Python package for reading, writing and validating Shared Near Infrared Spectroscopy Format (SNIRF) files
GNU General Public License v3.0
15 stars 11 forks source link

Validate example update #24

Closed rob-luke closed 2 years ago

rob-luke commented 2 years ago

Slightest docs change following #23

sstucker commented 2 years ago

The ValidationResult is truthy now (ValidationResult.__bool__ returns is_valid()), so as written should work. But if this is clearer, let's do it

sstucker commented 2 years ago

Oh, I see now what I did.