NSLS-II / nslsii

NSLS-II related devices
BSD 3-Clause "New" or "Revised" License
10 stars 21 forks source link

Fix mis-use of prefix #166

Closed jklynch closed 1 year ago

jklynch commented 1 year ago

This PR makes a small but important correction to the way HDF5Plugins were initialized in tests. The prefix= keyword argument should not have been used as it was. It has been replaced with the proper positional argument.