pyro-ppl/pyro

Add order parameter to spline_coupling helper function

Open

#3 417 ouverte le 24 janv. 2025

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Python (981 forks)batch import
help wantedusability

Métriques du dépôt

Stars
 (8 211 stars)
Métriques de merge PR
 (Merge moyen 10j 19h) (1 PR mergée en 30 j)

Description

The spline_coupling helper function currently lacks an order parameter, which would allow users to specify the spline's order (linear or quadratic). This is inconsistent with the SplineCoupling class, which already supports the order parameter.

Adding the order parameter to the spline_coupling helper function will improve flexibility for users.

Example of the modified spline_coupling function:

Image

Guide contributeur