Skip to content

Commit

Permalink
trying to debut github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-harrold committed Dec 12, 2023
1 parent 2a0a69c commit 3a145b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/MB_Server.R
Original file line number Diff line number Diff line change
Expand Up @@ -1524,13 +1524,15 @@ MB_test_mksession = function(session, id = "MB", full_session=TRUE){
FM_yaml_file = system.file(package = "formods", "templates", "formods.yaml")
MOD_yaml_file = system.file(package = "ruminate", "templates", "MB.yaml")

message("pre fetch state")
# Creating an empty state object
state = MB_fetch_state(id = "MB",
input = input,
session = session,
FM_yaml_file = FM_yaml_file,
MOD_yaml_file = MOD_yaml_file,
react_state = NULL)
message("post fetch state")

if(state[["MB"]][["suggested"]][["found"]]){
# This will provide a list of the available models
Expand Down Expand Up @@ -1629,6 +1631,8 @@ MB_test_mksession = function(session, id = "MB", full_session=TRUE){
isgood = FALSE
}

message("bottom")

res = list(
isgood = isgood,
session = session,
Expand Down

0 comments on commit 3a145b4

Please sign in to comment.