yggdrasil.examples.transforms package¶
Submodules¶
yggdrasil.examples.transforms.transforms module¶
Module contents¶
- yggdrasil.examples.transforms.check_received_data(transform, x_recv)[source]¶
Check that the received message is equivalent to the test data for the specified type.
- Parameters:
- Raises:
AssertionError – If the received message is not equivalent to the received message.