Skip to content

Downgrade f-strings to good old format strings

Gordian Edenhofer requested to merge nifty6_no_f_strings into NIFTy_6

Switch back to ordinary format strings instead of f-strings introduced in fc6e304a, i.e. make NIFTy work again on python < 3.6.

Merge request reports