gridap / GridapMakie.jl

Makie plotting recipes for Gridap
MIT License
34 stars 8 forks source link

Tests with wrong outputs #30

Open paurierap opened 3 years ago

paurierap commented 3 years ago
amartinhuertas commented 3 years ago

Hi @paurierap ... can you please report the commit ID along with your description of the BUG? This may help us in the future reproduce the BUG. Thanks!

amartinhuertas commented 3 years ago

BTW ... @paurierap ... you may also want to add the figures apart from the description (as you did in Slack)

paurierap commented 3 years ago

Commit ID: https://github.com/gridap/GridapMakie.jl/commit/da571c5f100b714cc8a4bad908c54d6e33b97d06

The first bug refers to "3D_Fig1.png" here, where some boundary edges are not drawn:

3d_Fig1

See here that the lines from (1,0,1) to (1,1,1) and (1,1,1) to (1,1,0) are not drawn. However, the line from (1,1,1) to (0,1,1) seems thicker, which may mean that the previous lines are superposed to this one.

On the other hand, we see in "3d_Fig14" here that the output is certainly not what we would expect:

3d_Fig14