You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to use given examples, they all panic with the message 'assertion failed: (left != right)'
I attach the log given by the execution of the examples with the environment variable RUST_BACKTRACE set to 1
I encounter this problem on my Ubuntu VM using Python 3.6.9 and using the commands given in the repo to run the example ( for instance in one terminal i use "python3 z_sub.py" and in another "python3 z_pub.py"). As you can see by the logs error is given with each possible combination of the examples, but in particular the exception is thrown only when you launch an "active" script (one that put data or try to get it, like z_pub and z_get), in fact you can run z_sub or z_storage without errors until you put or request data, at which point both processes throw exception.
I'm not encountering this problem on Macos with python 3.8.9
Whenever I try to use given examples, they all panic with the message 'assertion failed: (left != right)'
I attach the log given by the execution of the examples with the environment variable RUST_BACKTRACE set to 1
z_eval_log.txt
z_get_log.txt
z_storage_log.txt
z_sub_log.txt
The text was updated successfully, but these errors were encountered: