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_supervision
Commits
85cc26d89bf4
Commit
14a3f300
authored
Jun 12, 2019
by
Aurélien Campéas
Browse files
tsio/ts_marker: avoid a useless series fetch
We already have what we need.
parent
cd4d8d4341e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
tshistory_supervision/tsio.py
View file @
85cc26d8
...
...
@@ -137,9 +137,4 @@ class timeseries(basets):
mask_manual
[
manual
.
index
]
=
True
mask_manual
.
name
=
name
ts
=
self
.
get
(
cn
,
name
,
revision_date
=
revision_date
,
from_value_date
=
from_value_date
,
to_value_date
=
to_value_date
)
ts
.
name
=
name
return
ts
,
mask_manual
return
synth
.
dropna
(),
mask_manual
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