Skip to content

Commit

Permalink
fix:parallel connection example path
Browse files Browse the repository at this point in the history
  • Loading branch information
armantekinalp committed May 19, 2022
1 parent fb91bfa commit 39e02ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys

# FIXME without appending sys.path make it more generic
sys.path.append("../../../../")
sys.path.append("../../../")
from elastica import *
from elastica.experimental.connection_contact_joint.parallel_connection import (
get_connection_vector_straight_straight_rod,
Expand Down

0 comments on commit 39e02ec

Please sign in to comment.