Skip to content

Commit

Permalink
[Fix] Remove scipy.misc
Browse files Browse the repository at this point in the history
  • Loading branch information
fjosw committed Jan 6, 2025
1 parent d64e6e3 commit 4dd3277
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions autograd/scipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
from . import integrate, signal, special, stats

try:
from . import misc
except ImportError:
pass
6 changes: 0 additions & 6 deletions autograd/scipy/misc.py

This file was deleted.

0 comments on commit 4dd3277

Please sign in to comment.