Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.backend.python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
beat
beat.backend.python
Merge requests
!38
Nitpicky documentation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Nitpicky documentation
nitpicky
into
master
Overview
0
Commits
3
Pipelines
4
Changes
5
Merged
André Anjos
requested to merge
nitpicky
into
master
6 years ago
Overview
0
Commits
3
Pipelines
4
Changes
5
Expand
Re-enables nitpicky checks on the documentation. Fix errors caused by not having that flag ON.
0
0
Merge request reports
Compare
master
version 3
d72d65a6
6 years ago
version 2
39784b6a
6 years ago
version 1
3de9b6de
6 years ago
master (base)
and
latest version
latest version
58fed03f
3 commits,
6 years ago
version 3
d72d65a6
2 commits,
6 years ago
version 2
39784b6a
2 commits,
6 years ago
version 1
3de9b6de
2 commits,
6 years ago
5 files
+
15
−
16
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
beat/backend/python/execution/loop.py
+
3
−
3
Options
@@ -71,8 +71,8 @@ class LoopChannel(object):
"""
Setup the channel internals
Parameters:
algorithm (:py:class:`algorithm.Algorithm`) : algorithm for which
the communication channel is setup.
algorithm (:py:class:`
.
algorithm.Algorithm`) : algorithm for which
the communication channel is setup.
prefix (str) : Folder were the prefix is located.
"""
@@ -89,7 +89,7 @@ class LoopChannel(object):
Parameters:
hypothesis (dict) : Computed hypothesis that must be validated by
the loop algorithm.
the loop algorithm.
"""
data
=
make_data_format
(
hypothesis
,
self
.
request_data_format
)
Loading