Skip to content

Commit

Permalink
Remove output list brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicuceu committed Jul 2, 2024
1 parent 7793b8b commit 34e30f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lya_2pt/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def write_optimal_cf(
correlation_samples = np.array([result for result in output.values()])

output_fits.write(
[correlation_samples],
correlation_samples,
names=[correlation_name],
comment=['unnormalized correlation'],
header=header,
Expand Down

0 comments on commit 34e30f5

Please sign in to comment.