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
There is a problem with the PP-CB Assignment where we try to spin off another task with Popen and then read the output from this process (to match reference with the output - for grading)
This process generates a lot of output and not all of it is read.
At first it looks as a problem because we do not read all the output, but it might be more...
The text was updated successfully, but these errors were encountered:
There is a problem with the PP-CB Assignment where we try to spin off another task with
Popen
and then read the output from this process (to match reference with the output - for grading)This process generates a lot of output and not all of it is read.
At first it looks as a problem because we do not read all the output, but it might be more...
The text was updated successfully, but these errors were encountered: