openPMD / openPMD-example-datasets

:gift: HDF5 Example Files
Creative Commons Zero v1.0 Universal
8 stars 4 forks source link

basePath is resolved in all examples #5

Closed PrometheusPi closed 8 years ago

PrometheusPi commented 8 years ago

In all examples the attribute basePath is set to "/data/{}/" with {} being the iteration.
Following the standard, basePath should be /data/%T/ instead.

see openPMD/openPMD-validator/#11

ax3l commented 8 years ago

@RemiLehe how did this pass the validator? ;)

can you pls update the examples? :)

ax3l commented 8 years ago

ah not checked by the validator! good catch @PrometheusPi https://github.com/openPMD/openPMD-validator/pull/11

ax3l commented 8 years ago

fixed with #6