lrnv / Copulas.jl

A fully `Distributions.jl`-compliant copula package
https://lrnv.github.io/Copulas.jl/
MIT License
83 stars 9 forks source link

[bug] Dont always sample Float64's #195

Open lrnv opened 3 months ago

lrnv commented 3 months ago
          I think this is an upstream problem - the `copula` (and hence also `input_distribution`) lost the type information and generate samples of type `Float64`.

_Originally posted by @devmotion in https://github.com/SciML/GlobalSensitivity.jl/pull/158#discussion_r1550752719_