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
Currently, the Scientio session and ontology are exposed as global variables.
This is another block towards multi-context processes, and has to be accounted for in testing, by manually clearing the initialized event.
Instead, prop_sess and prop_onto, as well as sig_init will be offered by ravestate_ontology.
Note: Replacing the initialised event with sig_init will not be super easy, since initialised.wait has no right flank. Perhaps we could resolve this by implementing EmitStep(). See #18
The text was updated successfully, but these errors were encountered:
Currently, the Scientio session and ontology are exposed as global variables.
This is another block towards multi-context processes, and has to be accounted for in testing, by manually clearing the initialized event.
Instead,
prop_sess
andprop_onto
, as well assig_init
will be offered byravestate_ontology
.Note: Replacing the initialised event with
sig_init
will not be super easy, since initialised.wait has no right flank. Perhaps we could resolve this by implementingEmitStep()
. See #18The text was updated successfully, but these errors were encountered: