Skip to content

Commit

Permalink
ENH: Fix example for python.
Browse files Browse the repository at this point in the history
  • Loading branch information
MilanSkocic committed Jun 18, 2024
1 parent 7306377 commit 99ec932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
r"""Example in python"""
import sys
sys.path.append("../py/src/")
sys.path.insert(0, "../py/src/")
import array
import numpy as np
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 99ec932

Please sign in to comment.