Skip to content

Commit

Permalink
remove aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Oct 17, 2024
1 parent 7646863 commit 855d3cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/qiboml/backends/tensorflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def __init__(self):
self.np = tnp
self.np.flatnonzero = np.flatnonzero
self.np.copy = np.copy
self.np.einsum = np.einsum
self.np.nonzero = np.nonzero

self.versions = {
"qibo": __version__,
Expand Down

0 comments on commit 855d3cf

Please sign in to comment.