-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Tests are failing #69
Comments
@TheEimer any ideas why 2. is happening? |
I reckon 1. is just a temporary issue. |
None at all, especially since it works for me locally. Probably an issue installing fd? Do you know if that's done properly here (pulling the submodule and the running install in that folder)? That's my only idea so far. It's unfortunately pretty hard to debug the port communication setup... |
Yea, I am pretty sure, that that is not the issue. At least I am doing those two steps |
I was already afraid of that... As it only happens in the scenario tests, though, there is another possibility of the ports overlapping after one test has finished. There could also be a mistake in the scenarios, I'll double check. |
I think I found the mistake, the absolute fd path in the scenarios refers to my home dir... so I'll fix that and also the onell error. |
It seems like the absolute path wasn't the issue after all, so maybe it's the port overlap. I'll change what is tested here then, because we want to test the loading here, no tthe integrity of the configs anyway. |
I propose to close this because everything but this has been resolved: #63 |
Some tests are currently failing. Locally on my machine as well as on the gi CI.
There are two kinds of reasons for test failures:
TestSGDEnv::test_get_default_state
,est_sgd.py::TestSGDEnv::test_reset
andTestSGDEnv::test_step
to fail.For more details see the CI Run and the corresponding test-report
The text was updated successfully, but these errors were encountered: