Change device reader from .harp to .yml in readme#53
Change device reader from .harp to .yml in readme#53ablot wants to merge 1 commit intoharp-tech:mainfrom
Conversation
Updated device reader examples to use 'device.yml' instead of 'device.harp' to match the file description above.
|
|
|
The current documentation is consistent with the function signature and documentation: Lines 242 to 244 in 3d97d0b While you can pass a device.yml, the "canonical" use is actually to pass a full folder since the reader can infer the path to all the files. We are trying to expand the current API via #26 to make this a bit more explicit by using different factories for the reader. I will close this PR for now, but feel free to open an issue if you want to continue the discussion! Thanks :) |
|
I thought it was a typo, do you have |
Updated device reader examples to use 'device.yml' instead of 'device.harp' to match the file description above.