See http://trac.sagemath.org/sage_trac/ticket/14344
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to sage-devel+unsubscr...@googlegroups.com.
To post to this group
John H Palmieri writes:
> And after it (between 'atlas...' and 'blas...'), just in case. Maybe
> something like
>
> ['atlas...', ..., 'python...', ...]
Another, probably less computationally expensive option::
sage: len(filter(
: lambda x: x.startswith('atlas') or x.start
On Friday, March 22, 2013 5:25:50 PM UTC-7, Keshav Kini wrote:
>
> leif > writes:
> > kcrisman wrote:
> >>
> >>
> >> On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote:
> >>
> >> Hi,
> >>
> >> The following test fails because I have some optional packages
> >> installed
leif writes:
> kcrisman wrote:
>>
>>
>> On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote:
>>
>> Hi,
>>
>> The following test fails because I have some optional packages
>> installed -
>>
>> $ sage -t --long -force_lib devel/sage/sage/misc/package.py
>> sage -t --long -
kcrisman wrote:
On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote:
Hi,
The following test fails because I have some optional packages
installed -
$ sage -t --long -force_lib devel/sage/sage/misc/package.py
sage -t --long -force_lib "devel/sage/sage/misc/package.py
On Friday, March 22, 2013 9:21:54 AM UTC-4, Rajeev wrote:
>
> Hi,
>
> The following test fails because I have some optional packages installed -
>
> $ sage -t --long -force_lib devel/sage/sage/misc/package.py
> sage -t --long -force_lib "devel/sage/sage/misc/package.py"
> ***