nelse003 / exhaustive_search

Testing exhaustive search algorithms for crystallographic occupancy refinement and surrounding problems
0 stars 0 forks source link

Duplication of csv_name code #59

Open nelse003 opened 6 years ago

nelse003 commented 6 years ago

This code:


        csv_name = params.exhaustive.output.csv_prefix + "_occ_{}_b_{}.csv".format(
            str(simul_occ).replace(".", "_"),str(params.validate.options.set_b).replace(".","_"))
        scatter_plot(csv_name, title_text="Phenix.fmodel at occ {}".format(simul_occ))

Is being duplicated through multiple files.Should be fixed by #54