io.AvailableAttributes()
Created by: guj
There is a test in TestNativeHDF5WriteRead.cpp EXPECT_EQ(1, io.AvailableAttributes(var4Name).size()) That I am currently removing b/c var4 only shows at ts=1 and this test is called after. browsing all time steps. Thus it thinks var4 is not a valid var.
So would like to. confirm that io.AvailableAttribtues() applies to only the current engine ts? If so this test above makes is not right. It should be 0 instead of 1.