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
!158
Fix
#163
and add documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix
#163
and add documentation
docsplusswapscheduleplot
into
master
Overview
0
Commits
1
Pipelines
2
Changes
9
Merged
Oscar Gustafsson
requested to merge
docsplusswapscheduleplot
into
master
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
9
Expand
Closes
#163 (closed)
0
0
Merge request reports
Viewing commit
480ae8ad
Show latest version
9 files
+
217
−
53
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
9
Search (e.g. *.vue) (Ctrl+P)
480ae8ad
Fix
#163
and add documentation
· 480ae8ad
Oscar Gustafsson
authored
2 years ago
b_asic/scheduler_gui/main_window.py
+
1
−
1
Options
@@ -170,7 +170,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
# TODO: remove
if
self
.
schedule
is
None
:
return
self
.
schedule
.
plot
_schedule
()
self
.
schedule
.
plot
()
if
self
.
_graph
is
not
None
:
print
(
f
"
filtersChildEvents():
{
self
.
_graph
.
filtersChildEvents
()
}
"
)
# self._printButtonPressed('callback_pushButton()')
Loading