Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytools
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
Andreas Klöckner
pytools
Commits
e8f65648
Commit
e8f65648
authored
4 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Fix some markup fails in pytools.log
parent
de69f43b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pytools/log.py
+5
-5
5 additions, 5 deletions
pytools/log.py
with
5 additions
and
5 deletions
pytools/log.py
+
5
−
5
View file @
e8f65648
...
...
@@ -788,9 +788,9 @@ class LogManager(object):
is a list of tuples ``(tick_nbr, value)``.
Aggregators are specified as follows:
-
C{
qty.min
}, C{
qty.max
}, C{
qty.avg
}, C{
qty.sum
}, C{
qty.norm2
}
-
C{
qty[rank_nbr]
}
-
C{
qty.loc
}
-
``
qty.min
``, ``
qty.max
``, ``
qty.avg
``, ``
qty.sum
``, ``
qty.norm2
``
-
``
qty[rank_nbr]
``
-
``
qty.loc
``
"""
parsed
=
self
.
_parse_expr
(
expression
)
...
...
@@ -840,7 +840,7 @@ class LogManager(object):
found automatically, if possible. In the latter case,
they are used as specified.
:returns: A triple ``(descriptions, units, table)``, where
*table* is a a list of
C{
[(tstep, (val_expr1, val_expr2,...)...]
}
.
*table* is a a list of
``
[(tstep, (val_expr1, val_expr2,...)...]
``
.
"""
# dubs is a list of (desc, unit, table) triples as
...
...
@@ -1276,7 +1276,7 @@ class Timestep(SimulationLogQuantity):
def
set_dt
(
mgr
,
dt
):
"""
Set the simulation timestep on :class:`LogManager`
C{
mgr
}
to
C{
dt
}
.
"""
"""
Set the simulation timestep on :class:`LogManager`
*
mgr
*
to
*
dt
*
.
"""
for
gd_lst
in
[
mgr
.
before_gather_descriptors
,
mgr
.
after_gather_descriptors
]:
...
...
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