[legacy databases] delay loading of annotations
2 open threads
2 open threads
Compare changes
@@ -3,23 +3,18 @@
@@ -27,12 +22,16 @@ logger = logging.getLogger("bob.bio.base")
@tiago.pereira this depended on bob.pipelines!47 (merged) but that one is still not merged. The fact that this is green means this code is not tested :)
@@ -205,7 +204,12 @@ class BioAlgorithmLegacy(BioAlgorithm):
Why don't you like constructions like this?
from bob.pipelines import DelayedSample, SampleSet, Sample, DelayedSampleSet
It's not that I don't like it. This is formatted like this automatically using isort --sl
Ah, ok
I was just curious