Closed habibagamal closed 3 years ago
Looks like Legup is not being found or has not been properly installed. have you tested LegUp separately? Also, if you are not using the VM you have to change the "legup_examples_folder" variable in the main LeFlow file.
Do I need to do anything during the installation other than the steps I specified in my previous post? How can I test LegUp separately? I notice the path of the examples directory you're referring to in the LeFlow file, why do I need the examples folder when running the test_all.py script that should be running the python files in the test directory instead of the examples directory? Should I change said path to the path of examples directory or test directory on my machine in this case?
Thanks.
Looks like a good soul uploaded Legup 4.0 documentation here: https://manualzz.com/doc/7507428/legup-documentation---university-of-toronto
This should hopefully help you test Legup separately.
For your second question: You should change that path to the path that Legup is installed (more specifically, the examples folder). This is needed to avoid that you need to do everything from the LegUp folder.
I'm using Ubuntu 18.04.4 LTS During the installation, I downloaded the code, then did the following commands
This fails at the first test which is 03_vecmul_b_f. Also note that
leflow_output
returned from the subprocess in test_all.py is('', None)
Find below a dump of the output
What may be causing this? Thanks