Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Jun 10, 2024
1 parent 9092fbc commit 2a83c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optika/sensors/_materials/_materials_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def test_charge_collection_efficiency(
self,
a: optika.sensors.AbstractBackilluminatedCCDMaterial,
rays: optika.rays.AbstractRayVectorArray,
normal:na.AbstractCartesian3dVectorArray,
normal: na.AbstractCartesian3dVectorArray,
):
result = a.charge_collection_efficiency(rays, normal)
assert np.all(result >= 0)
Expand Down

0 comments on commit 2a83c2e

Please sign in to comment.