We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c5a4a0 commit 0361323Copy full SHA for 0361323
plugins/tool_search/in_mem_embeddings/tests/test_performance.py
@@ -8,7 +8,7 @@
8
import pytest
9
10
# Add paths
11
-plugin_src = Path(__file__).parent / "src"
+plugin_src = Path(__file__).parent.parent / "src"
12
core_src = Path(__file__).parent.parent.parent.parent.parent / "core" / "src"
13
sys.path.insert(0, str(plugin_src))
14
sys.path.insert(0, str(core_src))
0 commit comments