BUG: ignore sids in deltas missing from asset index.

MAINT: use correct debugger.

MAINT: fix set add.

WIP: move sid filtering.

WIP: move filtering logic.

WIP: working test.

TST: clean up test.

STY: fix flake8.

STY: fix flake8.
This commit is contained in:
Maya Tydykov
2016-03-03 13:23:39 -05:00
parent 6976f7e459
commit ac82aa7d95
+1
View File
@@ -197,6 +197,7 @@ is_invalid_deltas_node = complement(flip(isinstance, valid_deltas_node_types))
get__name__ = op.attrgetter('__name__')
log = logbook.Logger('BlazeLoader')
class ExprData(namedtuple('ExprData', 'expr deltas odo_kwargs')):
"""A pair of expressions and data resources. The expresions will be
computed using the resources as the starting scope.