rodluger / Limbdark.jl

Analytical transit light curves for limb darkened stars
MIT License
14 stars 4 forks source link

Paper doesn't seem to be building? #17

Closed ericagol closed 6 years ago

ericagol commented 6 years ago

Shows last build 29 days ago (on 7/4/2018).

rodluger commented 6 years ago

@ericagol The build stalls here:

Running plot_angles.jl...
r: 1.442 b: 0.442 sin(phi): -1.0000000000000002 cos(phi): 0.0
r: 1.45 b: 0.45 sin(phi): -1.0000000000000002 cos(phi): 0.0
r: 1.456 b: 0.456 sin(phi): -1.0000000000000002 cos(phi): 0.0
r: 1.466 b: 0.466 sin(phi): -1.0000000000000002 cos(phi): 0.0

Travis has a 10 minute timeout -- if no output is generated, it kills the build. How long does plot_angles.jl take to run on your machine?

rodluger commented 6 years ago

Here's the full output: https://travis-ci.org/rodluger/limbdark/builds/400091567

ericagol commented 6 years ago

Oh, that was just a script I wrote to check some math; it should run almost instantly, but maybe the output plots are causing it to stall?

ericagol commented 6 years ago

@rodluger That script has a line read(STDIN,Char) which asks the use to hit a key before erasing the first plot and making a second plot. I've commented this out, so hopefully the compilation will work now.