ChuanyuXue / tsnkit

A scheduling and benchmark toolkit for Time-Sensitive Networking in Python
https://tsnkit.readthedocs.io
Other
37 stars 9 forks source link

error when running i_omt #17

Open elainehu222 opened 3 days ago

elainehu222 commented 3 days ago

When running the i_omt function with num_streams set to 28 and other parameters set as their default values, the following error message appears: image

This error also occurs when num_streams is set to other values greater than 28.

elainehu222 commented 3 days ago

I made the following change to the code in the get_offset() function which resolved the error message, but the schedule still failed at the simulation

edited code: image