Loading binarycpython/utils/grid.py +1 −1 Original line number Diff line number Diff line Loading @@ -1984,7 +1984,7 @@ class Population: # code_string += indent * (depth + 2) + "print('phasevol_lnm1: ',phasevol_lnm1); print('phasevol_multiplicity: ',phasevol_multiplicity);\n" # code_string += indent * (depth + 2) + "print(probabilities_list)\n" # code_string += indent * (depth + 2) + "print(parameter_dict)\n" code_string += indent * (depth + 2) + "print('YOO IK GA LEKKER NOG EEN RONDJE')\n" # code_string += indent * (depth + 2) + "print('YOO IK GA LEKKER NOG EEN RONDJE')\n" code_string += indent * (depth + 2) + "yield(parameter_dict)\n" # If its a dry run, dont do anything with it Loading Loading
binarycpython/utils/grid.py +1 −1 Original line number Diff line number Diff line Loading @@ -1984,7 +1984,7 @@ class Population: # code_string += indent * (depth + 2) + "print('phasevol_lnm1: ',phasevol_lnm1); print('phasevol_multiplicity: ',phasevol_multiplicity);\n" # code_string += indent * (depth + 2) + "print(probabilities_list)\n" # code_string += indent * (depth + 2) + "print(parameter_dict)\n" code_string += indent * (depth + 2) + "print('YOO IK GA LEKKER NOG EEN RONDJE')\n" # code_string += indent * (depth + 2) + "print('YOO IK GA LEKKER NOG EEN RONDJE')\n" code_string += indent * (depth + 2) + "yield(parameter_dict)\n" # If its a dry run, dont do anything with it Loading