We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The local poetry package official_mnist_tf within the maxi-lib package creates Problems as soon as one tries to add maxi-lib to another project.
official_mnist_tf
maxi-lib
Related to: #11 Depends on: #18
Create a repo and add maxi-lib
poetry add git+https://github.com/dailab/MAXi-XAI-lib.git
Then try to add another package, e.g., padl
padl
poetry add padl
You should get following error:
Path <path-to-project>/experiments/mnist for official_mnist_tf does not exist
The text was updated successfully, but these errors were encountered:
Merge pull request #19 from dailab/16-issue-with-local-official_mnist…
ddff264
…_tf-import "official_mnist_tf" package is not a stand alone package anymore. this resolves the previous poetry issues mentioned in issue #16.
tuananhroman
Successfully merging a pull request may close this issue.
Description
The local poetry package
official_mnist_tf
within themaxi-lib
package creates Problems as soon as one tries to addmaxi-lib
to another project.Related to: #11
Depends on: #18
Steps to reproduce the behavior
Create a repo and add maxi-lib
Then try to add another package, e.g.,
padl
You should get following error:
Minimum Acceptance Criteria
maxi-lib
to a project via poetry, no error is raisedpadl
) via poetry, no error is raisedThe text was updated successfully, but these errors were encountered: