style: format to length 100
This commit is contained in:
@@ -81,7 +81,5 @@ if __name__ == "__main__":
|
||||
print(f"geom.max_resolution_angstrom: {geom.max_resolution_angstrom:.2f} Angstrom")
|
||||
print(f"geom.calc_dtz_mm(3.9): {geom.calc_dtz_mm(3.9):.2f} mm")
|
||||
|
||||
print(
|
||||
f"geom.resolution_angstrom(1244.42): {geom.resolution_angstrom(1244.42):.2f} Angstrom"
|
||||
)
|
||||
print(f"geom.resolution_angstrom(1244.42): {geom.resolution_angstrom(1244.42):.2f} Angstrom")
|
||||
print(f"geom.detector_radius_mm: {geom.detector_radius_mm:.2f} mm")
|
||||
|
||||
Reference in New Issue
Block a user