Skip to content

Commit

Permalink
removed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
MKastek committed May 17, 2023
1 parent 3d02696 commit 09c54cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SimulatedLIBS/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ def create_dataset(

percentages = spectra.result()["composition"]["percentages"].values.tolist()
intensity.extend(percentages)
intensity.extend(spectra.result()["name"])
intensity.append(spectra.result()["name"])
intensity.append(spectra.result()["Te[eV]"])
intensity.append(spectra.result()["Ne[cm^-3]".format(Ne_min=Ne_min)])
output_df = pd.concat(
Expand Down

0 comments on commit 09c54cd

Please sign in to comment.