Skip to content

Commit

Permalink
forgetted to call _misc._derivative in the API module
Browse files Browse the repository at this point in the history
  • Loading branch information
m-rauen committed Jan 31, 2025
1 parent f2298e4 commit 3d638ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion overreact/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
from typing import TYPE_CHECKING

import numpy as np
from findiff import Diff as derivative

import overreact as rx
from overreact import _constants as constants
from overreact import coords, rates, tunnel
from overreact._misc import _derivative as derivative

if TYPE_CHECKING:
from overreact.core import Scheme
Expand Down
2 changes: 1 addition & 1 deletion overreact/coords.py
Original file line number Diff line number Diff line change
Expand Up @@ -1682,7 +1682,7 @@ def gyradius(atommasses, atomcoords, method="iupac"):
raise ValueError(msg)


#@rx._misc.copy_unhashable()
@rx._misc.copy_unhashable()
def inertia(atommasses, atomcoords, align=True):
r"""Calculate primary moments and axes from the inertia tensor.
Expand Down

0 comments on commit 3d638ac

Please sign in to comment.