Skip to content

Commit 8a1f9c8

Browse files
committed
Edit resources directory to resolve path issue.
1 parent 92a9f6c commit 8a1f9c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build_wasm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ cd "${ROOT_DIR}/panel"
7878
--to pyodide-worker \
7979
--out "${ROOT_DIR}/${OUT_DIR}" \
8080
--requirements "${ROOT_DIR}/${SIMDEC_WHEEL_PATH}" numpy pandas matplotlib seaborn scipy SALib \
81-
--resources data/stress.csv
81+
--resources "${ROOT_DIR}/panel/data/stress.csv"
8282

8383
# Step back out to the root directory for the rest of the script
8484
cd "${ROOT_DIR}"

0 commit comments

Comments
 (0)