Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00b1 committed Jul 2, 2024
1 parent e29bdcc commit afa7865
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 134 deletions.
132 changes: 0 additions & 132 deletions src/beignet/polynomial/__div.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/beignet/polynomial/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import torch.linalg

from .__div import _div
from .__fit import _fit
from .__from_roots import _from_roots
from .__normed_hermite_e_n import _normed_hermite_e_n
Expand Down Expand Up @@ -277,7 +276,6 @@
torch.set_default_dtype(torch.float64)

__all__ = [
"_div",
"_fit",
"_from_roots",
"_normed_hermite_e_n",
Expand Down

0 comments on commit afa7865

Please sign in to comment.