You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my dataset, the RXN graph fails for reds and blues. It succeeds for GP, purple, and orange. Others (green? lp/rp?) are untested.
Please modify Generate_Rxn_Graph() to avoid failure, and/or create a Generate_Second_Graph(row_added) helper function that acts as an intermediary, calls the correct graph generation function, and returns the graph generated by that call.
See Write_to_Archives() at the bottom for an example of using row_added in this way, namely experiment = row_added$assignment %>% .[[1]] %>% pluck("experiment") where pluck is the secret sauce to deal with the list of list difficulty with assignment.
The text was updated successfully, but these errors were encountered:
In my dataset, the RXN graph fails for reds and blues. It succeeds for GP, purple, and orange. Others (green? lp/rp?) are untested.
Please modify
Generate_Rxn_Graph()
to avoid failure, and/or create aGenerate_Second_Graph(row_added)
helper function that acts as an intermediary, calls the correct graph generation function, and returns the graph generated by that call.See
Write_to_Archives()
at the bottom for an example of usingrow_added
in this way, namelyexperiment = row_added$assignment %>% .[[1]] %>% pluck("experiment")
where pluck is the secret sauce to deal with the list of list difficulty with assignment.The text was updated successfully, but these errors were encountered: