orlox / SideKicks.jl

Statistical Inference to DEtermine KICKS on compact objects
GNU General Public License v3.0
2 stars 0 forks source link

Add observations to plots #25

Open reinhold-willcox opened 3 weeks ago

orlox commented 3 weeks ago

We currently have some failures with the nightly version of julia, I think we can ignore those for now (they seem to relate to the LaTeX bits of the code).

Anyhow, what do you mean by adding observations to the plots?

reinhold-willcox commented 3 weeks ago

@orlox

This one is failing because of the following error:

ERROR: LoadError: The following 1 direct dependency failed to precompile:

SideKicks --code-coverage=@/home/runner/work/SideKicks.jl/SideKicks.jl --color=yes --check-bounds=yes --warn-overwrite=yes --depwarn=yes --inline=yes --startup-file=no --track-allocation=none --check-bounds=yes 

Failed to precompile SideKicks [ae7baef6-f8d7-4188-9988-8bf5c4952615] to "/home/runner/.julia/compiled/v1.12/SideKicks/jl_AT8Iom".
ERROR: LoadError: UndefVarError: `@L_str` not defined in `SideKicks`
Suggestion: check for spelling errors or missing imports.
Hint: a global variable of this name also exists in LaTeXStrings.

Can you help me see why this is breaking the compilation? LaTeXStrings is not in exampes/Project.toml and does not show up in pkg> status, but the latex font still works in the plots. Is that because it's accidentally included at the system level? How would I check that?

orlox commented 3 weeks ago

Just ignore it. This an issue with the nightly version of Julia, not sure if there is anything fundamental that is wrong on our side.