Skip to content

Commit

Permalink
Update emodul_metadata_extraction.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AidaZt authored Apr 2, 2024
1 parent 64e3108 commit 1ddd2ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def extract_metadata_emodulus(rawDataPath, specimen_file='specimen.dat', mix_fil

# save Mixdesign ID to specimen metadata
try:
with open("../../usecases/MinimumWorkingExample/mixture/metadata_json_files/" + 'metadata_' + os.path.splitext(lines)[0] + ".json", "r", encoding="utf8", errors='ignore') as mixjson: #change location of where
with open("../../usecases/MinimumWorkingExample/mixture/metadata_json_files/" + os.path.splitext(lines)[0] + ".json", "r", encoding="utf8", errors='ignore') as mixjson: #change location of where
#with open(path_to_json, "r") as mixjson:
mixdesign = json.load(mixjson)
#mixtureHumID = mixdesign['humanreadableID']
Expand Down

0 comments on commit 1ddd2ad

Please sign in to comment.