Added Gantt Chart Visualization for SJF (Shortest Job Remaining First) #15246
Annotations
7 errors
|
ruff
Process completed with exit code 1.
|
|
Ruff (E501):
scheduling/shortest_remaining_time_first.py#L100
scheduling/shortest_remaining_time_first.py:100:89: E501 Line too long (118 > 88)
|
|
Ruff (PLR1730):
scheduling/shortest_remaining_time_first.py#L71
scheduling/shortest_remaining_time_first.py:71:13: PLR1730 Replace `if` statement with `max` call
|
|
Ruff (I001):
scheduling/shortest_remaining_time_first.py#L8
scheduling/shortest_remaining_time_first.py:8:1: I001 Import block is un-sorted or un-formatted
|
|
Ruff (RUF059):
scheduling/shortest_job_first.py#L102
scheduling/shortest_job_first.py:102:5: RUF059 Unpacked variable `fig` is never used
|
|
Ruff (E501):
scheduling/shortest_job_first.py#L17
scheduling/shortest_job_first.py:17:89: E501 Line too long (94 > 88)
|
|
Ruff (I001):
scheduling/shortest_job_first.py#L8
scheduling/shortest_job_first.py:8:1: I001 Import block is un-sorted or un-formatted
|