lhupe
lhupe
By some spooky action at a distance, introducing a `NaN`-valued parameter into a `dict_list` changes the behaviour of `@onlyif` restrictions, even if they shouldn't depend on that parameter at all:...
When the `folder` argument to `collect_results!` contains a trailing slash (e.g `/home/lhupe/coolresults/`), the default setting for `filename` breaks. The result file will be saved as `/home/lhupe/coolresults/results_.bson`. This has the unfortunate...
JLD seems to interpret slashes in dictionary keys as a group hierarchy, as demonstrated by this MWE, ```julia using JLD data = Dict( "/foo/bar" => "some data", "/foo/baz" => "more...
Gridap defines and exports a `mean` function (in `/src/CellData/CellFields.jl`) that conflicts with the `Statistics` standard library. Is there a specific reason to define a new function instead of extending `Statistics.mean`...
Constructing a `NgonFace` from an `SVector` fails because of ambiguity: `StaticArrays` defines some conversion constructors, which interfere with the `NgonFace` constructors because `NgonFace
Figure 8.2b shows the boundary map of a mushroom billiard, with a chaotic and two regular trajectories and the regular island shaded in gray. However, the shaded area seems to...
We are having issues with Julia processes randomly crashing when simultaneously activating environments from different machines that share a NFS file system, due to IO issues when writing to the...
We have a recipe that works on both two- and three-dimensional data and uses `mesh` plots to visualize it. Often, we color the meshes to convey additional information, so it...