astropy / coordinates-benchmark

Accuracy Benchmarks of different coordinate conversion codes. Maintainers: @astrojuanlu, @astrofrog, and @cdeil
https://www.astropy.org/coordinates-benchmark/summary.html
11 stars 12 forks source link

Fix URL of output plots #50

Closed timj closed 8 years ago

timj commented 8 years ago

The output path for the plots is not the same as the URL for the plots because the HTML is loaded from one level down in the directory hierarchy. This patch allows the URL to be formed without the extra "output".

cdeil commented 8 years ago

@timj - Thanks!

@astrofrog - Can you please give @timj write access to this repo? (I haven't looked at this in a long time and don't even remember how the scripts work ...)

timj commented 8 years ago

Looks like the Travis checks are completely broken before the real testing even starts (miniconda issue).

astrofrog commented 8 years ago

I'll look into it today

astrofrog commented 8 years ago

I'm fixing Travis in https://github.com/astropy/coordinates-benchmark/pull/50

astrofrog commented 8 years ago

@timj - can you rebase this now that #50 is merged?

timj commented 8 years ago

I've rebased so let's see what happens (and the Travis fix was in #51).

astrofrog commented 8 years ago

@timj - thanks!