Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
raser
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RASER-TEAM
raser
Merge requests
!48
add signal_histogram simulation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
add signal_histogram simulation
2215870425/raser:main
into
main
Overview
0
Commits
1
Pipelines
0
Changes
3
Merged
xiekaibo
requested to merge
2215870425/raser:main
into
main
3 months ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
76c18d32
1 commit,
3 months ago
3 files
+
326
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
bmos/__init__.py
+
11
−
0
Options
@@ -16,4 +16,15 @@ def main(kwargs):
if
label
==
'
GetSignal
'
:
from
.
import
get_signal
get_signal
.
get_signal
()
if
label
==
'
histogram_signal
'
:
from
.
import
histogram_signal
histogram_signal
.
get_signal
()
if
label
==
'
one_histogram
'
:
from
.
import
histogram
histogram
.
main
(
"
one
"
)
if
label
==
'
all_histogram
'
:
from
.
import
histogram
histogram
.
main
(
"
all
"
)
Loading