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
Expected behavior
Loading an experiment in read mode shouldn't create any files.
When loading a KnowledgeBase in read mode, if the host files pointed to in the KnowledgeBase configuration don't exist, then it's alright to just log a warning (as added in #1029 ). However, this shouldn't create any new files.
Added a test with an xfail in #1029 in test_experiment_builder.py.
Steps to reproduce
Run the test I mentioned above.
The text was updated successfully, but these errors were encountered:
Describe the bug
Title.
Expected behavior
Loading an experiment in read mode shouldn't create any files.
When loading a KnowledgeBase in read mode, if the host files pointed to in the KnowledgeBase configuration don't exist, then it's alright to just log a warning (as added in #1029 ). However, this shouldn't create any new files.
Added a test with an xfail in #1029 in
test_experiment_builder.py
.Steps to reproduce
Run the test I mentioned above.
The text was updated successfully, but these errors were encountered: