Skip to content

Commit f532054

Browse files
committed
path update for data
1 parent 0928708 commit f532054

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# This .gitignore is appropriate for repositories deployed to GitHub Pages and using
22
# a Gemfile as specified at https://github.com/github/pages-gem#conventional
33

4+
# Data
5+
data**/*
6+
47
# Basic Jekyll gitignores (synchronize to Jekyll.gitignore)
58
_site/
69
.sass-cache/

python_scripts/process_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,6 @@ def main(file_path):
233233

234234

235235
if __name__ == "__main__":
236-
file_path = "/Users/jiteshjoshi/Downloads/rPhys/mmrphys.github.io/python_scripts/vital-signs-2025-04-16T12-47-14-917Z.json"
236+
file_path = "data/vital-signs-2025-04-16T12-47-14-917Z.json"
237237
main(file_path)
238238

0 commit comments

Comments
 (0)