Skip to content

Commit af64ece

Browse files
committed
Fixed #121
1 parent 938398b commit af64ece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,8 +1541,8 @@ def format_data(filepath, datas):
15411541

15421542
for name in correction_spectrum:
15431543
to_save = [
1544-
((1, "LAMBDAS"), correction_spectrum.lambdas),
1545-
((2, "MACH.ABS."), correction_spectrum.values)
1544+
((1, "LAMBDAS"), correction_spectrum[name].lambdas),
1545+
((2, "MACH.ABS."), correction_spectrum[name].values)
15461546
]
15471547

15481548
spectras = self.spectra_storage[abs_folder_id, :, name]

0 commit comments

Comments
 (0)