[sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Kalevi Suominen
On Friday, June 5, 2015 at 9:02:44 PM UTC+3, Jason Moore wrote: I think we found out timeout issue but the warnings are still odd, especially since we don't get them locally. That's be nice to fix too. Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 10:51 AM, Jason Moore

[sympy] Tons of LaTeX warnings on Travis

2015-06-05 Thread Jason Moore
Our sphinx build keeps timing out on PR 7860, see: https://travis-ci.org/sympy/sympy/jobs/65544480 The html and latex build fine locally. But on Travis there are tons of LaTeX warnings that we don't get when building locally. Anyone have any idea what is wrong? Jason moorepants.info +01

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Joachim Durchholz
Am 05.06.2015 um 20:02 schrieb Jason Moore: I think we found out timeout issue but the warnings are still odd, especially since we don't get them locally. That's be nice to fix too. I suspect the Travis build is simply missing some packages that the LaTex build needs. I guess the best way to

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Jason Moore
But if I `make clean make latex` locally I do not get these warnings. I'm not sure where latex aux files would be other than in the directories generated under those deleted by clean. Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 11:59 AM, Kalevi Suominen jks...@gmail.com

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Jason Moore
Ah, I'm not building the resulting LaTeX files into a pdf. Forgot that step. I'll probably get the same warnings... Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 12:08 PM, Jason Moore moorepa...@gmail.com wrote: But if I `make clean make latex` locally I do not get these

[sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Jason Moore
I think we found out timeout issue but the warnings are still odd, especially since we don't get them locally. That's be nice to fix too. Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 10:51 AM, Jason Moore moorepa...@gmail.com wrote: Our sphinx build keeps timing out on PR

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Kalevi Suominen
On Friday, June 5, 2015 at 10:09:19 PM UTC+3, Jason Moore wrote: But if I `make clean make latex` locally I do not get these warnings. I'm not sure where latex aux files would be other than in the directories generated under those deleted by clean. Perhaps there is some difference in

[sympy] Sympy exponential equation

2015-06-05 Thread Paul Royik
Hello. Why solve(-(21/20)**(12*x) + 120, x) gives empty set? -- You received this message because you are subscribed to the Google Groups sympy group. To unsubscribe from this group and stop receiving emails from it, send an email to sympy+unsubscr...@googlegroups.com. To post to this group,

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Jason Moore
Ok, when I actually build the tex source into a pdf I get all the warnings locally. Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 12:15 PM, Kalevi Suominen jks...@gmail.com wrote: On Friday, June 5, 2015 at 10:09:19 PM UTC+3, Jason Moore wrote: But if I `make clean make

Re: [sympy] Sympy exponential equation

2015-06-05 Thread Aaron Meurer
I guess it's just not implemented. I think the solution should be log(120)/log(S(21)/20)/12. This is related to this issue https://github.com/sympy/sympy/issues/2999. Aaron Meurer On Fri, Jun 5, 2015 at 10:56 AM, Paul Royik distantjob...@gmail.com wrote: Hello. Why solve(-(21/20)**(12*x) +

Re: [sympy] Sympy exponential equation

2015-06-05 Thread Paul Royik
OK. Thank you. I just wondered because in sage it is not implemented as well. On Friday, June 5, 2015 at 11:48:15 PM UTC+3, Aaron Meurer wrote: I guess it's just not implemented. I think the solution should be log(120)/log(S(21)/20)/12. This is related to this issue

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Joachim Durchholz
Am 05.06.2015 um 21:54 schrieb Jason Moore: All of the LaTeX warnings were causing Travis to truncate the log and it took us a bit to find it. It would be nice to get rid of these. Not only can this throw off people who don't know that Travis truncates logs with 10.000+ lines, the JS that

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Aaron Meurer
Does the build actually fail, though? The LaTeX build has always produced a lot of warnings, because, well, LaTeX likes to produce warnings. Aaron Meurer On Fri, Jun 5, 2015 at 2:33 PM, Jason Moore moorepa...@gmail.com wrote: Ok, when I actually build the tex source into a pdf I get all the

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Jason Moore
As noted earlier in the thread we found the error that causes the build to fail. All of the LaTeX warnings were causing Travis to truncate the log and it took us a bit to find it. Jason moorepants.info +01 530-601-9791 On Fri, Jun 5, 2015 at 12:49 PM, Aaron Meurer asmeu...@gmail.com wrote:

Re: [sympy] Re: Tons of LaTeX warnings on Travis

2015-06-05 Thread Aaron Meurer
In the future, if you click download log at the top it will give you the full untruncated log. Looks like it couldn't find coordsys_rot.svg. Aaron Meurer On Fri, Jun 5, 2015 at 3:26 PM, Joachim Durchholz j...@durchholz.org wrote: Am 05.06.2015 um 21:54 schrieb Jason Moore: All of the LaTeX