ess-dmsc / kafka-to-nexus

(Mirror: moved to https://gitlab.esss.lu.se/ecdc/ess-dmsc/kafka-to-nexus) Writes NeXus files from experiment data streamed through Apache Kafka.
BSD 2-Clause "Simplified" License
2 stars 4 forks source link

NXtransformation should be NXtransformations #623

Closed PeterC-DLS closed 2 years ago

PeterC-DLS commented 2 years ago

I noticed a few typos: https://github.com/ess-dmsc/kafka-to-nexus/search?q=NXtransformation&type=code

See https://manual.nexusformat.org/classes/base_classes/NXtransformations.html

SkyToGround commented 2 years ago

Minor thing as the typos are almost entirely located in testing code. With that said, the fix is easy as well so I have made the appropriate changes in an unrelated PR that will be merged with master within an hour or two.

PeterC-DLS commented 2 years ago

Thanks, the one I noticed was in the command documentation (linked from Nexus Constructor).

SkyToGround commented 2 years ago

This should now be resolved.