SciML / ExponentialUtilities.jl

Fast and differentiable implementations of matrix exponentials, Krylov exponential matrix-vector multiplications ("expmv"), KIOPS, ExpoKit functions, and more. All your exponential needs in SciML form.
https://docs.sciml.ai/ExponentialUtilities/stable/
Other
96 stars 31 forks source link

automated format #169

Open ArnoStrouwen opened 8 months ago

ArnoStrouwen commented 8 months ago

I don't have access to the tokens, so I can't figure out which one to use here: https://github.com/SciML/ExponentialUtilities.jl/actions/runs/8133157301/job/22224399699#step:5:200 @thazhemadam

thazhemadam commented 8 months ago

The DOCUMENTER_KEY doesn't work here because the workflow itself doesn't have sufficient permissions. Just a standard GITHUB_TOKEN might work as well here. We should also refrain from re-using tokens for different purposes, as a general rule of thumb, imo.

ArnoStrouwen commented 8 months ago

I already tried github token: https://github.com/SciML/ExponentialUtilities.jl/actions/runs/8133099075/job/22224264750#step:5:206 https://github.com/SciML/ExponentialUtilities.jl/actions/runs/8133157301/job/22224399699#step:5:206 I don't have a personal preference for doing it a certain way, I'm fine with whatever you think is best.