Skip to content

Commit 47e976e

Browse files
committed
Wrong library path
1 parent 6e01b58 commit 47e976e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The following test points were used, with their respective bearings:
4545

4646
### Calculating using Jupyter Notebook
4747

48-
The Jupyter Notebook `VOR_Decoder.ipynb` provides an interactive environment to process the recorded WAV file and extract the bearing.
48+
The Jupyter Notebook at [VOR_Decoder.ipynb](https://github.com/iu2frl/PythonVOR/blob/main/VOR_Decoder.ipynb) provides an interactive environment to process the recorded WAV file and extract the bearing.
4949

5050
It displays the decoding steps, including the original signal, filtered signals, and the final bearing result with visualizations.
5151

tests/bearings_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except ImportError:
1515
# Use this block if working with source code
1616
sys.path.append(str(Path(__file__).parent.parent))
17-
from python_vor import get_bearing
17+
from src.python_vor import get_bearing
1818

1919
print("Calling test using local library files")
2020

0 commit comments

Comments
 (0)