Skip to content

Commit

Permalink
fix: apply filter to inherited datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
jrs65 authored and ljgray committed May 3, 2024
1 parent 3a059dc commit 7b340e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draco/core/containers.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ def _make_selections(cls, sel_args):

# Build selections dict
selections = {}
for name, dataset in cls._dataset_spec.items():
for name, dataset in cls._class_dataset_spec().items():
ds_axes = dataset["axes"]
sel = []
ds_relevant = False
Expand Down

0 comments on commit 7b340e3

Please sign in to comment.