Chaitanya Joshi
Chaitanya Joshi
This should be super useful! The hessian tests (and a few others, attaching `FailedTests.txt` here), are failing if I run `test.py` with ``` command = 'morpho6 -w4’ ``` on my...
Thanks, @softmattertheory! I rechecked the tests, and most of the old tests are now passing, but new ones are failing. I am attaching the FailedTests.txt file here too. [FailedTests.txt](https://github.com/Morpho-lang/morpho/files/15393268/FailedTests.txt) The...
All tests are passing with `-w4` now! One last thing before closing, could you please make an Issue documenting the exact reason why the previous gradvector test was failing, so...
We can remove my old Issue #259, which doesn’t point at the core problem. Also, the file would now change, so that Issue would become inconsistent.
The CI worked, awesome!
I just realized that the above example isn't the greatest, since we can just do `0..1:(1/(N+1))` and it works, but there are other spots where it could be more useful.
Hmm, interesting. The `Polyhedronmesh` looks fine. I noticed that `print lv.total(m)` returns `2` in this case, while it should return `1`. The cube in the `cube.morpho` file returns `1` correctly.