BWHCNI / workflow

A collection of workflow scripts related to OpenMIMS
0 stars 2 forks source link

mosaic_points.py : f strings are not available in Python <3.6 #10

Open agwhitney opened 6 years ago

agwhitney commented 6 years ago

mosaic_points.py uses f strings to format its strings, i.e. strings of form f"I can insert {variable} between braces". This is new in Python3.6 and so far fairly impractical (Ubuntu is on 3.5) - a different method of formatting should be used instead.