Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
io
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bioroboticslab
robofish
io
Merge requests
!23
Fixed speed evaluation to show density.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fixed speed evaluation to show density.
dev_file_plot
into
master
Overview
0
Commits
8
Pipelines
2
Changes
1
Merged
Fixed speed evaluation to show density.
Andi Gerken
requested to merge
dev_file_plot
into
master
Nov 8, 2021
Overview
0
Commits
8
Pipelines
2
Changes
1
0
0
Merge request reports
Compare
master
version 1
a31fe055
Nov 8, 2021
master (base)
and
latest version
latest version
a0328b55
8 commits,
Nov 8, 2021
version 1
a31fe055
7 commits,
Nov 8, 2021
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/robofish/evaluate/evaluate.py
+
1
−
0
View file @ a0328b55
Edit in single-file editor
Open in Web IDE
Show full file
@@ -100,6 +100,7 @@ def evaluate_speed(
list
(
speeds
),
bins
=
20
,
label
=
labels
,
density
=
True
,
range
=
[
min
(
left_quantiles
),
max
(
right_quantiles
)],
)
plt
.
title
(
"
Agent speeds
"
)
Loading