diff --git a/src/ahs_program.jl b/src/ahs_program.jl index 0fe6dd2..32b5829 100644 --- a/src/ahs_program.jl +++ b/src/ahs_program.jl @@ -69,6 +69,7 @@ json_str = JSON3.write(ir(ahs_program)) json_obj = JSON3.read(json_str) # Define the file path + file_path = joinpath(dirname(@__DIR__), "examples", "ahs_program.json") # Write the JSON object to a file