Anshul Singhvi
Anshul Singhvi
I would rather fix the pipeline...users can and do translate child plots in z to get "correct" layering. So IMO it is incorrect to not sort plots at the atomic...
Hmm this is an interesting point. All meta blocks are eval'ed into Main by default, so if Main doesn't have the modules you need, it's not going to work. A...
> positions_transformed = Point3{Quantity{Float64, 𝐋, Unitful.FreeUnits{(m,), 𝐋, nothing}}}[[0.750417607220316 m, 0.7127298931412955 m, 0.7025909812627407 m], [0.4895508568397271 m, 0.1855690190149084 m, 0.8820675323180015 m], [0.5729038592424313 m, 0.2502313860057377 m, 0.08963392334296627 m], [0.4310542359122629 m, 0.9910919478537437 m, 0.6518468470130376...
Fmiimport must be missing a reexport. Try using FMUBase and FMICore or whatever those packages are by using FMIImport.FMIBase and explicitly importing whatever you need from that module. @ChrisRackauckas-Claude
Thanks! That works. For future reference: ```julia iip_expr, oop_expr = MTK.generate_rhs(sys); ``` Then you can write to and include it from file: ```julia write("expr.jl", sprint(Base.show_unquoted, oop_expr)) f_oop = include("expr.jl") ```...
We need to add GI.testgeometry on sample geoms of all dimensions. That should also bump up coverage generally.
The delays in file generation can be longer than that though. And there is never really an atomic operation on the filesystem...especially if you have 1k+ files.
MakieCore no longer exists, could you rebase this PR on latest master and then just delete the `MakieCore.` stuff? That is now in the Makie module directly and should get...
It looks like we will have a problem with detecting things that don't have a backing ellipsoid - `proj_get_ellipsoid` segfaults on this CRS.
It should be just that, yeah. At least for basic functionality