mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-10 07:46:26 +08:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user