Skip to content

remove deep learning framework tests, disable flaky tests #21

remove deep learning framework tests, disable flaky tests

remove deep learning framework tests, disable flaky tests #21

Triggered via push December 8, 2024 17:16
Status Failure
Total duration 24s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: Schafkopf.Training/Usings.cs#L2
The type or namespace name 'BackpropNet' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L68
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L69
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L70
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L134
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L134
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L134
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L175
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L175
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build: Schafkopf.Training/Algos/PPOAgent.cs#L218
The type or namespace name 'Matrix2D' could not be found (are you missing a using directive or an assembly reference?)
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Schafkopf.Lib/GameCall.cs#L195
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
build: Schafkopf.Lib/GameCall.cs#L195
'GameCallComparer' is obsolete: 'New AllPossibleCalls() function implements this by other convention.'
build: Schafkopf.Lib.Benchmarks/DeckBenchmarks.cs#L9
'CardsDeck.ShuffleSimple()' is obsolete: 'Optimized version is faster!'
build: Schafkopf.Lib.Benchmarks/TurnBenchmarks.cs#L83
'Turn.AugenSimple()' is obsolete: 'Optimized version is faster!'
build: Schafkopf.Lib.Benchmarks/TurnBenchmarks.cs#L41
'Turn.WinnerIdSimple()' is obsolete: 'Optimized version is faster!'
build: Schafkopf.Lib.Benchmarks/CardsComparerBenchmark.cs#L28
'CardComparer.CompareSimd(Card, Card)' is obsolete: 'Simple version is faster!'
build: Schafkopf.Lib.Benchmarks/DeckBenchmarks.cs#L45
'CardsDeck.InitialHandsSimple()' is obsolete: 'Optimized version is faster!'
build: Schafkopf.Lib.Benchmarks/CardsComparerBenchmark.cs#L8
Non-nullable field 'comp' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Schafkopf.Lib.Benchmarks/GameSessionBenchmarks.cs#L13
Non-nullable field 'session' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build: Schafkopf.Lib.Benchmarks/HandBenchmarks.cs#L129
'Hand.FarbeCountSimple(CardColor)' is obsolete: 'Optimized version is faster!'