Skip to content

Commit

Permalink
encounter.py : minor reformatting with black
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaasRostock committed Nov 24, 2023
1 parent a19e390 commit 67a12a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/trafficgen/encounter.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,9 @@ def find_start_position_target_ship(
start_position_found = 1
elif desired_encounter_type.lower() == colreg_state2 and np.abs(
beta1 - desired_beta % 360
) < deg_2_rad(0.1): # noqa: E127
) < deg_2_rad(
0.1
): # noqa: E127
start_position_target_ship = {"north": n_32, "east": e_32}
start_position_found = 1
else:
Expand Down

0 comments on commit 67a12a7

Please sign in to comment.