Closed ArnePoggenpohl closed 3 years ago
@ArnePoggenpohl tests are failing due to some wrong imports. You can run them locally using
pytest -v
I remove one old import from 'train_disp_regressor'. There is still one test failing ('test_to_dl3'), but since I haven't change anything in this file, I'm not sure why an error occurs.
@ArnePoggenpohl this was fixed in the current master, to update your branch here do on your branch:
git fetch
git merge origin/master
git push
@ArnePoggenpohl one missing import left, we get there
Looks very good, thanks again. Only the storing of
disp_prediction
inapply_dxdy_model
is I think misleading or not useful, so should be removed.
Thanks for finding this. It was something from the beginning, where I wanted to compare the variable disp_prediction between the two models, but in the final version it is not needed anymore.
@ArnePoggenpohl tests are failing due to some wrong imports. You can run them locally using
pytest -v