Skip to content

Commit

Permalink
Add alias math.as_extrapolation()
Browse files Browse the repository at this point in the history
  • Loading branch information
holl- committed Oct 23, 2023
1 parent d378024 commit df1f608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phiml/math/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

from ._sparse import dense, get_sparsity, get_format, sparse_tensor, stored_indices, stored_values, tensor_like

from .extrapolation import Extrapolation
from .extrapolation import Extrapolation, as_extrapolation

from ._ops import (
choose_backend_t as choose_backend, all_available, convert, seed, to_device,
Expand Down

0 comments on commit df1f608

Please sign in to comment.