Skip to content

Commit

Permalink
KnotTheory remove protocol inherit
Browse files Browse the repository at this point in the history
Co-authored-by: Seung Hyun Kim <skim0119@gmail.com>
  • Loading branch information
ankith26 and skim0119 authored May 20, 2024
1 parent b06b8f7 commit 856e901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastica/rod/knot_theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def radius(self) -> np.ndarray: ...
def base_length(self) -> np.ndarray: ...


class KnotTheory(KnotTheoryCompatibleProtocol):
class KnotTheory:
"""
This mixin should be used in RodBase-derived class that satisfies KnotCompatibleProtocol.
The theory behind this module is based on the method from Klenin & Langowski 2000 paper.
Expand Down

0 comments on commit 856e901

Please sign in to comment.