Skip to content

make more robust, add properties

Choose a tag to compare

@scivision scivision released this 16 Jul 15:51
3bb648d

add properties:

  • status='scratch' a file that will be deleted on close, for file-based API
  • h%is_open is the file opened, this is used internally to give errors if user tries to access file before initializing or after finalizing

Make CMake build and run tests in parallel.