Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
AURA
engine
Commits
381448fb
Commit
381448fb
authored
2 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
fix(docs): spelling
parent
440a8798
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/aura_engine/control.py
+1
-1
1 addition, 1 deletion
src/aura_engine/control.py
src/aura_engine/plugins/monitor.py
+1
-1
1 addition, 1 deletion
src/aura_engine/plugins/monitor.py
tests/test_engine_executor.py
+1
-1
1 addition, 1 deletion
tests/test_engine_executor.py
with
3 additions
and
3 deletions
src/aura_engine/control.py
+
1
−
1
View file @
381448fb
...
...
@@ -69,7 +69,7 @@ class EngineExecutor(Timer):
due_time (Float): When timer should be executed.
For values <= 0 execution happens immediately in a threaded way
func (function): The function to be called
param (object): Parameter pass
t
to the function
param (object): Parameter pass
ed
to the function
"""
self
.
_lock
=
Lock
()
from
aura_engine.engine
import
Engine
...
...
This diff is collapsed.
Click to expand it.
src/aura_engine/plugins/monitor.py
+
1
−
1
View file @
381448fb
...
...
@@ -158,7 +158,7 @@ class AuraMonitor:
To request new data either call `get_status()` before or use the `update_vital` parameter.
Args:
update_vitality_only (bool): Refreshs only the vital parts required for the heartbeat
update_vitality_only (bool): Refresh
e
s only the vital parts required for the heartbeat
"""
is_valid
=
False
...
...
This diff is collapsed.
Click to expand it.
tests/test_engine_executor.py
+
1
−
1
View file @
381448fb
...
...
@@ -247,7 +247,7 @@ class TestEngineExecutor(unittest.TestCase):
self
.
assertEqual
(
False
,
parent
.
is_alive
())
# Even though the late parent would be executed by now, it wasn't, because the initial
# parent was finished at instatiation time already
# parent was finished at insta
n
tiation time already
self
.
assertEqual
(
"
hello world from parent
"
,
global_state
[
0
])
# Finally there should be the updated value from the alternative child
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment