Merged
Conversation
Collaborator
Author
|
The pytest failure is caused by API key not in the secret variable. I probably do not have access to setting the secret variable in this repo. |
- internal file only
Member
|
@yeshaokai can you confirm the errors are still due to a missing openAI key; it, to me, seems a code error: missing Edit to add: fixed with removing the import * in main.py |
Closed
Member
|
failing due to =========================== short test summary info ============================
ERROR tests/test_EPM.py - FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/amadeusgpt/interface.txt'
ERROR tests/test_MABE.py - FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/amadeusgpt/interface.txt'
ERROR tests/test_MausHaus.py - FileNotFoundError: [Errno 2] No such file or directory: '/opt/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/amadeusgpt/interface.txt'
!!!!!!!!!!!!!!!!!!! Interrupted: 3 errors during collection !!!!!!!!!!!!!!!!!!!!
========================= 1 warning, 3 errors in 5.56s ========================= |
- this is needed to fun cebra, but fails in github testing...
MMathisLab
approved these changes
Dec 16, 2023
Member
MMathisLab
left a comment
There was a problem hiding this comment.
Please see convo to resolve failing test in another PR;
- The test is failing due to poor
import * - and then interface.txt not being read properly.
- also need to decide if pinning torch, cebra, etc is needed for some OS.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Uh oh!
There was an error while loading. Please reload this page.