Skip to content
Snippets Groups Projects

Code fixes

Merged Saku Hakamaa requested to merge code_fixes into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -371,7 +371,7 @@ def read_conc_data(in_path, symbol_marker_color_dict, figure_range_dict):
if symbol not in dict_concs_mean.keys():
dict_concs_mean[symbol] = [0] * len(z_positions)
for z, concs in enumerate(concs_list):
indexes = sim_utilities.range_list_to_indexes(profile_mean_range, range(len(concs)))
indexes = range_list_to_indexes(profile_mean_range, range(len(concs)))
array_mask = [True] * len(concs)
for i, _ in enumerate(concs):
if i in indexes:
Loading