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
When XML plugins are used (such as plusingstimuli, plugindatablocks, etc.), if there is a parse error after the expansion of the experiment, it is not possible to save the expanded experiment to disk.
In ScriptExpander.cpp:211, this feature is availble in case of schema validation.
However, if there is an error in ExperimentParser::DoExtraValidation(), this is not possible.
The text was updated successfully, but these errors were encountered:
When XML plugins are used (such as plusingstimuli, plugindatablocks, etc.), if there is a parse error after the expansion of the experiment, it is not possible to save the expanded experiment to disk.
In ScriptExpander.cpp:211, this feature is availble in case of schema validation.
However, if there is an error in ExperimentParser::DoExtraValidation(), this is not possible.
The text was updated successfully, but these errors were encountered: