Skip to content
Snippets Groups Projects
Commit a4f7070c authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(chainer): add lineage by default

parent 53352465
Branches master
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ class Chainer(Signal):
data = self.common_chains[dataset](**kwargs)
else:
# use Signal's get_raw
data = self.get_raw(dataset, in_minutes=in_minutes)
data = self.get_raw(dataset, in_minutes=in_minutes, lineage=True)
if chain:
data = self.apply_chain(data, chain, **kwargs)
if retain:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment