Skip to content

Commit e921930

Browse files
committed
fix type warnings
1 parent 18f247c commit e921930

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

simulation-system/libs/gym-csle-stopping-game/src/gym_csle_stopping_game/util/stopping_game_util.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ def generate_aggregate_belief_reward_tensor(
558558
@staticmethod
559559
def generate_aggregate_belief_transition_operator(
560560
aggregate_belief_space: npt.NDArray[np.float64], S: npt.NDArray[np.int32], A: npt.NDArray[np.int32],
561-
O: npt.NDArray[np.int32], T: npt.NDArray[np.float64], Z: npt.NDArray[np.float64]) -> npt.NDArray[np.float64]:
561+
O: npt.NDArray[np.int32], T: npt.NDArray[np.float64], Z: npt.NDArray[np.float64]) \
562+
-> npt.NDArray[np.float64]:
562563
"""
563564
Generates an aggregate belief space transition operator
564565

0 commit comments

Comments
 (0)