alan-turing-institute / PDSampler.jl

Piecewise Deterministic Sampler library (Bouncy particle sampler, Zig Zag sampler, ...)
Other
33 stars 8 forks source link

Appveyor, package fails on 3/4 architecture #9

Closed tlienart closed 7 years ago

tlienart commented 7 years ago

screen shot 2017-04-12 at 11 52 56

It's unclear to me why it would work on one and not the others.

Need to

tlienart commented 7 years ago

The error comes from ippsampler test

screen shot 2017-04-12 at 12 48 01

this passes on OSX / Unix

tlienart commented 7 years ago

Hmmm one problem may be that Float64 and Int64 don't exist on those architectures ... ?

tlienart commented 7 years ago

And the rest fails because it's Julia 0.6.

Actions:

tlienart commented 7 years ago

One can retrieve the system architecture via Sys.WORD_SIZE, aliasing accordingly Int and Float.

https://github.com/alan-turing-institute/PDMP.jl/blob/d3f440597a189e049874ce369d19944dd5be500a/src/PDMP.jl#L12-L18