/home/spoon/new_puck/puck/impute.py:54: UserWarning: Blocked shot model file not found: /home/spoon/new_puck/puck/data/blocked_shot_model_F.json. Using fallback imputation.
warnings.warn(f"Blocked shot model file not found: {path_f}. Using fallback imputation.")
/home/spoon/new_puck/puck/impute.py:66: UserWarning: Blocked shot model file not found: /home/spoon/new_puck/puck/data/blocked_shot_model_D.json. Using fallback imputation.
warnings.warn(f"Blocked shot model file not found: {path_d}. Using fallback imputation.")