Skip to content

Commit

Permalink
Update stancjs
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian committed Jul 16, 2024
1 parent 080316f commit 130d15d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stancjs/stancjs.ml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ let stan2cpp model_name model_string is_flag_set flag_val includes :
let result =
ast >>= fun ast ->
let unused_annotations =
Annotations.find_unrecognized Transform_Mir.recognized_annotation ast
in
Frontend.Annotations.find_unrecognized
Stan_math_backend.Annotations.recognized_annotation ast in
let typed_ast =
Typechecker.check_program ast
|> Result.map_error ~f:(fun e -> Errors.Semantic_error e) in
Expand Down

0 comments on commit 130d15d

Please sign in to comment.