We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89acef8 commit 508c5a3Copy full SHA for 508c5a3
velociraptor/autoplotter/objects.py
@@ -755,10 +755,6 @@ def get_quantity_from_catalogue_with_mask(
755
# We give each dataset a custom name, that gets ruined when masking
756
# in versions of unyt less than 2.6.0
757
name = x.name
758
-
759
- # temporary masked array to apply global mask
760
- # in concert with plot-specific masks
761
- # x_mask = self.global_mask
762
763
if self.structure_mask is not None:
764
# if structure_mask already set, mask and return
0 commit comments