Skip to content
Snippets Groups Projects
Commit defea8ec authored by Colm Talbot's avatar Colm Talbot
Browse files

fix indent

parent c49a9b7b
No related branches found
No related tags found
No related merge requests found
......@@ -50,8 +50,8 @@ class Interferometer:
elif mode=="y":
polarisation_tensor = np.tensordot(nn, omega, 0)+np.tensordot(omega, nn, 0)
else:
print("Not a polarization mode!")
return None
print("Not a polarization mode!")
return None
response = np.tensordot(self.detector_tensor, polarisation_tensor, axes=2)
return response
......
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