HDF5File.attributes("foo") does not raise an error if "foo" is not a dataset

Issue #485 resolved
Johan Hake created an issue
from dolfin import *
f = HDF5File(mpi_comm_world(), "jada.h5", "w")
attr = f.attributes("foo") # Should raise error

Comments (1)

  1. Log in to comment