We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python is version 3.10 on my system.
python
Using the command
python exercise_runner.py --lecture 0 --algorithm PingPong --type async --devices 3
Gives the following backtrace:
Traceback (most recent call last): File "/home/mads/GitHub/DistributedExercisesAAU/exercise_runner.py", line 100, in <module> run_exercise(args.lecture[0], args.algorithm[0], args.type[0], args.devices[0], False) File "/home/mads/GitHub/DistributedExercisesAAU/exercise_runner.py", line 79, in run_exercise instance.shell.start() ^^^^^^^^^^^^^^ AttributeError: 'AsyncEmulator' object has no attribute 'shell'
It seems that only the SteppingEmulator has this attribute.
SteppingEmulator
It seems to run anyway, though.
The text was updated successfully, but these errors were encountered:
Also running Ubuntu 22.04 with python 3.10.12 and the dependencies installed, getting the same errors for sync and async.
python 3.10.12
sync
async
Sorry, something went wrong.
We have just corrected it. We are patching the bug shortly.
No branches or pull requests
python
is version 3.10 on my system.Using the command
Gives the following backtrace:
It seems that only the
SteppingEmulator
has this attribute.It seems to run anyway, though.
The text was updated successfully, but these errors were encountered: