Skip to content

Commit

Permalink
Update constrained.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Simpson authored Nov 3, 2021
1 parent e649248 commit 3a48828
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/relaxed/fit/constrained.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
"""instantiate routines for fitting a model given a fixed param of intrest."""
from __future__ import annotations

__all__ = ["constrained_fit"]

from typing import Any, Callable

import jax
Expand Down

0 comments on commit 3a48828

Please sign in to comment.