HDFGroup / HDF.PInvoke

Raw HDF5 Power for .NET
http://www.hdfgroup.org/HDF5
Other
81 stars 29 forks source link

HDF5 errors in build log, though succeeding #103

Open JanWosnitza opened 8 years ago

JanWosnitza commented 8 years ago

According to this build log the errors appeared first in 2f550a659707f14c13642ae3691ff24f0ad12170. (there are also some at the end)

JanWosnitza commented 7 years ago

The errors occur when an Assert tests for errors. e.g. Assert.IsFalse(H5A.close(Utilities.RandomInvalidHandle()) >= 0); prints errors into the console.

Maybe the error printing should be disabled for the tests? (like I did in #106)