polyfem-python
polyfem-python copied to clipboard
Dose the latest commit cannot work at all?
I try to run the example in polyfem.github.io. This project is needed in in the sling-shot and sphere-pushing-box tutorials. Also, in the tutorial, it's recommend to build polyfempy from the latest source instead of conda. So I just do it.
Then I find the truth THAT THE LATEST COMMIT MAY NOT WORK AT ALL!!!
In the github workflow, only test the test/test_bending.py
like:
https://github.com/polyfem/polyfem-python/blob/4f15f37a71f9f965967d67a83cf1bfd466cd020d/.github/workflows/continuous.yml#L70
in which there is nothing tested, just return:
https://github.com/polyfem/polyfem-python/blob/4f15f37a71f9f965967d67a83cf1bfd466cd020d/test/test_bending.py#L10-L12
Also, in the Setting.py
, which just throw a Exception in the init:
https://github.com/polyfem/polyfem-python/blob/4f15f37a71f9f965967d67a83cf1bfd466cd020d/polyfempy/Settings.py#L42
I JUST WONDER THE LATEST CAN WORK OR NOT. if it is work-albe, update the doc please :-)