Skip to content
Snippets Groups Projects
Commit a2c1c41a authored by Jan Caron's avatar Jan Caron
Browse files

Further flake8 corrections

parent 85b6263d
No related branches found
No related tags found
No related merge requests found
......@@ -757,9 +757,9 @@ class YTiltProjector(Projector):
"""
if verbose:
return u'y-tilt: $\phi = {:d}$°'.format(int(np.round(self.tilt * 180 / pi)))
return R'y-tilt: $\phi = {:d}$°'.format(int(np.round(self.tilt * 180 / pi)))
else:
return u'ytilt_phi={:d}°'.format(int(np.round(self.tilt * 180 / pi)))
return R'ytilt_phi={:d}°'.format(int(np.round(self.tilt * 180 / pi)))
class SimpleProjector(Projector):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment