Skip to content

Chore: Game Theory algorithms are missing #11804 #10570

Chore: Game Theory algorithms are missing #11804

Chore: Game Theory algorithms are missing #11804 #10570

Triggered via pull request October 7, 2024 15:55
Status Failure
Total duration 17s
Artifacts

ruff.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Ruff (INP001): game_theory/best_response_dynamics.py#L1
game_theory/best_response_dynamics.py:1:1: INP001 File `game_theory/best_response_dynamics.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (INP001): game_theory/fictitious_play.py#L1
game_theory/fictitious_play.py:1:1: INP001 File `game_theory/fictitious_play.py` is part of an implicit namespace package. Add an `__init__.py`.
Ruff (F821): game_theory/fictitious_play.py#L6
game_theory/fictitious_play.py:6:16: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L7
game_theory/fictitious_play.py:7:16: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L8
game_theory/fictitious_play.py:8:18: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L9
game_theory/fictitious_play.py:9:18: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L17
game_theory/fictitious_play.py:17:27: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L18
game_theory/fictitious_play.py:18:27: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L21
game_theory/fictitious_play.py:21:22: F821 Undefined name `np`
Ruff (F821): game_theory/fictitious_play.py#L23
game_theory/fictitious_play.py:23:22: F821 Undefined name `np`