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 85a8901 commit 5736a72Copy full SHA for 5736a72
tools.py
@@ -8,7 +8,7 @@
8
9
RESOURCE_NAMES = []
10
CALCULATOR_DIR = "/Users/caravanuden/git-repos/qualified-health/qh-agent/src/calculators/"
11
-CALCULATOR_METADATA_PATH = os.path.join(CALCULATOR_DIR, "processed_metadata.json")
+CALCULATOR_METADATA_PATH = os.path.join(CALCULATOR_DIR, "metadata/processed.json")
12
CALCULATOR_EXAMPLES_PATH = os.path.join(CALCULATOR_DIR, "dataset/test_data.csv")
13
CALCULATOR_IMPL_DIR = os.path.join(CALCULATOR_DIR, "calculator_implementations")
14
0 commit comments