GalerkinToolkit / GalerkinToolkit.jl

FEM toolbox with automatic code generation, HPC support, and more.
MIT License
24 stars 0 forks source link

Make Julia test warnings into errors #110

Open raar1 opened 1 month ago

raar1 commented 1 month ago

We are getting warnings in #109 but they are silent (in the sense that they don't cause the test to fail). We decided that we should try setting up warnings to be errors in the test.

raar1 commented 1 month ago

Whoever implements this should ideally fix #109 in the same PR (to avoid broken tests in main).