Skip to content

Commit

Permalink
chore: remove old AmplitudeModel code and fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spflueger authored and redeboer committed Feb 17, 2021
1 parent d10c38c commit 646de8e
Show file tree
Hide file tree
Showing 12 changed files with 136 additions and 1,792 deletions.
3 changes: 1 addition & 2 deletions src/tensorwaves/physics/helicity_formalism/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""Implementation of the helicity formalism."""

__all__ = [
"amplitude",
"kinematics",
]

from . import amplitude, kinematics
from . import kinematics
Loading

0 comments on commit 646de8e

Please sign in to comment.