Skip to content

Commit

Permalink
Fix corner plot example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
aymgal committed Nov 6, 2023
1 parent f26214b commit 80c61c5
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 46 deletions.
2 changes: 1 addition & 1 deletion coolest/api/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ def __init__(self, parameter_id_list, coolest_objects, coolest_directories=None,
# self.param_lens, self.param_source = util.split_lens_source_params(
# self.coolest_objects, self.coolest_names, lens_light=False)

def init_getdist(self, shift_sample_list, settings_mcsamples=None):
def init_getdist(self, shift_sample_list=None, settings_mcsamples=None):
"""Initializes the getdist plotter.
Parameters
Expand Down
96 changes: 51 additions & 45 deletions docs/notebooks/06-make_corner_plot.ipynb

Large diffs are not rendered by default.

0 comments on commit 80c61c5

Please sign in to comment.