Tim Holy

Results 1858 comments of Tim Holy

Much clearer. For the first, presumably your only objection is to https://github.com/JuliaGeometry/Rotations.jl/blob/cee8b77d1e44dd464b40f44f57364dbfff79c42c/src/core_types.jl#L103 and not the method below it?

Possibly helpful: https://github.com/microsoft/wslg/wiki/GPU-selection-in-WSLg Specifically, on my laptop (which has a `NVIDIA RTX 500 Ada`), this works for me: ```sh tim@hypnotic:~$ MESA_D3D12_DEFAULT_ADAPTER_NAME=NVIDIA julia ``` and then load GLMakie and plot as...

Once #177 merges you should be able to gain more insight. But in general terms, your objective function seems to be returning non-finite values or derivatives. (`@assert` means "the following...

I didn't work through this in detail, but are you sure this is correct? Gaussian densities have dimensions of the inverse of volume, and this seems like you might have...

You might want to test #70 and see if it helps a bit.

There's also the issue that when parsing an mmCIF we first extract all tokens we intend to keep, and then we parse them. On a truly big file you might...

Reductions are "supposed" to widen, see `reduce.jl`. But elementwise operations don't widen. @phlavenk, integer operations used to widen on julia, but this proved to be surprisingly unpopular (search old mailing...

Seems like you're on the right track to me. Since we already support `CMYK`, I think it's clear that this package can support both additive and subtractive models.