Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Small PR that changes (reverts) the way .xircuits/config.ini is initialized. It now copies over the config from the site-packages when you install xircuits. This way it should always have the matching config as opposed to currently how it fetches the most latest and greatest.
References
d0a9231
Pull Request Type
Type of Change
Tests
.xircuits/config.ini
is now present in the current working directory.Tested on?
Notes
As with the previous attempt #66 (comment), we were unable to graft the .xircuits directory in the venv directory. As a result, the .xircuits/config.ini is copied from xai_components/.xircuits/config.ini which is a duplicate of the one in the base directory. Let me know if anyone has a better way of approaching this.