Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
finam
Manage
Activity
Members
Labels
Plan
Issues
32
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FINAM
finam
Commits
7f900913
Commit
7f900913
authored
1 year ago
by
Martin Lange
Browse files
Options
Downloads
Patches
Plain Diff
Fix order in description of update method
parent
a4b765ba
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!277
Fix order in description of update method
Pipeline
#205710
passed with stages
in 6 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/source/finam-book/development/components.rst
+2
-1
2 additions, 1 deletion
docs/source/finam-book/development/components.rst
with
2 additions
and
1 deletion
docs/source/finam-book/development/components.rst
+
2
−
1
View file @
7f900913
...
...
@@ -280,7 +280,8 @@ Update
Method :meth:`.TimeComponent._update()` is where the actual work happens.
It is called every time the :doc:`../principles/coupling_scheduling` decides that the component is on turn to make an update.
In :meth:`.TimeComponent._update`, we get the component's input data, do a "model step", increment the time, and push results to the output slot.
In :meth:`.TimeComponent._update`, we increment the time step,
get the component's input data, do a "model step", and push results to the output slot.
.. code-block:: Python
...
...
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