Skip to content

Commit 04a9634

Browse files
committed
fixed MC bug
1 parent 33cdbe3 commit 04a9634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/DiadFit/CO2_in_bubble_error.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,8 @@ def propagate_CO2_in_bubble_ind(sample_i=0, N_dup=1000, vol_perc_bub=None,
564564

565565
df_out.insert(0, 'CO2_eq_melt_ppm_MC',CO2_eq_melt)
566566

567-
df_out.insert(1, 'CO2_eq_melt_ppm_noMC',float(CO2_eq_melt_ind.values))
567+
#df_out.insert(1, 'CO2_eq_melt_ppm_noMC',float(CO2_eq_melt_ind.values))
568+
df_out.insert(1, 'CO2_eq_melt_ppm_noMC', CO2_eq_melt_ind.iloc[sample_i])
568569

569570

570571
return df_out

0 commit comments

Comments
 (0)