Skip to content

Commit 5672309

Browse files
committed
remove comment
1 parent cafff84 commit 5672309

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

main.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ def load_config(_config_path):
9898
if 'ipykernel_launcher.py' not in sys.argv[0] and '--show-plots' not in sys.argv:
9999
matplotlib.use('Agg')
100100

101-
# Get the current script's directory
102-
# current_dir = Path(__file__).resolve().parent
103-
# parent_dir = current_dir.parent
104101

105102
warnings.filterwarnings(
106103
'ignore',
@@ -1074,14 +1071,12 @@ def plot_cls():
10741071
if cfg['C_ell']['use_input_cls']:
10751072
for ells_in, ells_out in zip(
10761073
[ells_WL_in, ells_XC_in, ells_GC_in],
1077-
[ell_obj.ells_3x2pt_unb, ell_obj.ells_3x2pt_unb, ell_obj.ells_3x2pt_unb],
1074+
[ell_obj.ells_3x2pt_unb, ell_obj.ells_3x2pt_unb, ell_obj.ells_3x2pt_unb],
10781075
strict=True,
10791076
):
10801077
io_handler.check_ells_for_spline(ells_in)
10811078
io_handler.check_ells_for_spline(ells_out)
10821079

1083-
1084-
10851080
# initialize nmt_cov_obj and set a couple useful attributes
10861081
nmt_cov_obj = cov_partial_sky.NmtCov(
10871082
cfg=cfg, pvt_cfg=pvt_cfg, ell_obj=ell_obj, mask_obj=mask_obj

0 commit comments

Comments
 (0)