Dimitri Tischenko
Dimitri Tischenko
Thanks! I have downloaded Java 7. After getting the source and building I see: ``` ➜ VisibleTesla git:(master) ant -Dplatforms.Default_JavaFX_Platform.home=$JAVA_HOME bundle-VisibleTesla Buildfile: /Users/dimitri/Projects/VisibleTesla/Tesla/VisibleTesla/build.xml get-version: [echo] Version: 0.50.08 bundle-VisibleTesla: [bundleapp] Creating...
I finally downloaded an already built version from here: http://www.teslamotorsclub.com/showthread.php/19975-VisibleTesla/page35?p=939004&viewfull=1#post939004 . That version works for me.
> Thanks a lot for that bug fix and adding a test for it 🔥 My pleasure. I fixed one linter issue but I see some other validation errors in...
@tmbo What needs to happen for this PR to get merged?
@m-vdb I think I've fixed the issue in the integration test.
@m-vdb > it seems that the `test-nlu-predictors` now consistently fail on Ubuntu, can you look into it? This is strange, if I run the tests locally they pass: ``` $...
@m-vdb One change I observed is that I am using Python 3.10 and the failing test uses 3.8. Not sure if that is intended, but different tests in the set...
> but it seems these tests are failing on Ubuntu for all the python versions we support: 3.7, 3.8, 3.9 and 3.10 😬 Right, then I don't know what is...
@m-vdb I've re-tested on Ubuntu 22.04.1 LTS / Python 3.10 and the tests still succeed: ``` ===================== 174 passed, 275 warnings in 739.26s (0:12:19) ====================== ```
@m-vdb I just found similarly failing tests in PR https://github.com/RasaHQ/rasa/pull/12074, for example: https://github.com/RasaHQ/rasa/actions/runs/4232026432/jobs/7351360693