yadedaily --ckeck failure

Asked by wujian

I am a beginner of yade and I install Yade and Yadedaily on Ubuntu 20.04 following the instruction "https://yade-dem.org/doc/installation.html#".
When I input yadedaily --check in the terminal, 1 test is failed, as following:

###################################
running: checkCapillaryEngineStandalone.py
<ERROR> Engine:110 void yade::CapillarityEngine::triangulateData(): No data file found for capillary law. Check path and inputFilename.
 checkCapillaryEngineStandalone.py failure, caught exception YadeCheckError : capillary bridge volume changed
###################################

How can i fix it?

Thanks!

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
wujian
Solved:
Last query:
Last reply:
Revision history for this message
Jan Stránský (honzik) said :
#1

Hello,

It should be responsibility of developers (not users) to make the tests not failing ("to fix it")
You can open an issue at GitLab pages of Yade project [1].

Cheers
Jan

[1] https://gitlab.com/yade-dev/trunk/-/issues

Revision history for this message
Vasileios Angelidakis (vsangelidakis) said :
#2

Hello,

FYI there is already an issue on this: https://gitlab.com/yade-dev/trunk/-/issues/296

Best, Vasileios

Revision history for this message
wujian (wujianaq) said :
#3

Thanks for your answers!!