Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B-ASIC - Better ASIC Toolbox
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computer Engineering
B-ASIC - Better ASIC Toolbox
Merge requests
!308
Correct scheduling
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Correct scheduling
fixschedule3
into
master
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
Oscar Gustafsson
requested to merge
fixschedule3
into
master
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Viewing commit
ea8159f7
Show latest version
3 files
+
26
−
52
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
ea8159f7
Correct scheduling
· ea8159f7
Oscar Gustafsson
authored
1 year ago
b_asic/scheduler_gui/main_window.py
+
0
−
2
Options
@@ -55,8 +55,6 @@ from b_asic.schedule import Schedule
from
b_asic.scheduler_gui.axes_item
import
AxesItem
from
b_asic.scheduler_gui.operation_item
import
OperationItem
from
b_asic.scheduler_gui.scheduler_item
import
SchedulerItem
sys
.
path
.
insert
(
0
,
"
icons/
"
)
# Needed for *.rc.py files in ui_main_window
from
b_asic.scheduler_gui.ui_main_window
import
Ui_MainWindow
if
TYPE_CHECKING
:
Loading