Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbant committed Jan 22, 2025
1 parent 2a11d67 commit 147bbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getdist/plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -1061,7 +1061,7 @@ def add_2d_contours(self, root, param1=None, param2=None, plotno=0, of=None, col
if mask_function is not None:
samples = self.samples_for_root(root)
density = samples.get2DDensityGridData(param1.name, param2.name,
mask_function = mask_function,
mask_function=mask_function,
num_plot_contours=self.settings.num_plot_contours,
meanlikes=self.settings.shade_meanlikes)
elif isinstance(root, MixtureND):
Expand Down

0 comments on commit 147bbbc

Please sign in to comment.