Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pony
tshistory
Commits
8a499cfa4071
Commit
2b5d0569
authored
Jul 11, 2019
by
Aurélien Campéas
Browse files
history: when running under from/to value dates restrictions, wipe the empty entries
It does not make sense to expose them.
parent
5096a16c5d40
Changes
1
Hide whitespace changes
Inline
Side-by-side
tshistory/tsio.py
View file @
8a499cfa
...
...
@@ -269,7 +269,10 @@ class timeseries(SeriesServices):
for
idate
,
ts
in
series
]
return
dict
(
series
)
return
{
idate
:
ts
for
idate
,
ts
in
series
if
len
(
series
)
}
@
tx
def
staircase
(
self
,
cn
,
seriename
,
delta
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment