Mathias Holmstrøm

Results 3 issues of Mathias Holmstrøm

I am trying to get stats for a specific period(s), however it returns stats for the entire game. I am using the following parameters: `BoxScoreScoringV2(game_id=game_id, end_period=2, start_period=1)` Is there something...

triage

I used this parameter in 9.2 but it's no longer there in 9.3. Why was this removed and does it mean I can't perform unit-tests without comparing types any longer?

- PyTorch-Forecasting version: 1.0.0 - PyTorch version: 2.0.1+cpu - Python version: 3.9 - Operating System: Windows11 ### Expected behavior I executed code `Baseline().predict(val_dataloader, return_y=True)` and did not expect any errors...