Skip to content

Commit

Permalink
Merge pull request #112 from addelany/main
Browse files Browse the repository at this point in the history
fix py markdown
  • Loading branch information
addelany authored Oct 25, 2024
2 parents 1bb65c8 + f235e25 commit f2466b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generate_model_assets.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ generate_model_assets <- function(full_var_df, aws_path, model_code_link){
"/duration=", full_var_df$duration[i],
"/variable=", full_var_df$variable[i],
"/model_id=", m,'"'),
"\ncon.read_parquet(path + "/**")")
"\ncon.read_parquet(path + \"/**\")")
)
)

Expand Down

0 comments on commit f2466b1

Please sign in to comment.