Ok, I went back and basically tried to start over and have successfully
pushed my code. I set the ticket to needs review.
On Thursday, March 3, 2016 at 7:29:10 PM UTC-5, Marco Cognetta wrote:
>
> I have used git, but I am not entirely familiar with working with code
> bases that I do not have di
I have used git, but I am not entirely familiar with working with code
bases that I do not have direct control over. I think I accidentally tried
to merge a blank text file to the Sage github mirror last night, which was
pretty embarrassing (https://github.com/sagemath/sage/pull/55).
Anyway, I
Have you used git before? Have you made a branch yet for your code?
If you have specific questions, you're welcome to ask them here; it may
help others!
David
On Thu, Mar 3, 2016 at 5:32 PM, Marco Cognetta
wrote:
> Hi all,
>
> I created a ticket to add Turan Graphs (
> https://en.wikipedia.org
Hi all,
I created a ticket to add Turan Graphs
(https://en.wikipedia.org/wiki/Tur%C3%A1n_graph) to Sage's graph
generators. I have complete and tested code that completes this patch, but
since this is my first patch with Sage I am looking for a little bit of
help getting it approved and merged
See also
http://trac.sagemath.org/ticket/13178
http://trac.sagemath.org/ticket/19607
On Thursday, March 3, 2016 at 6:08:07 PM UTC+1, William wrote:
>
> Doing this produces no output:
>
> %gap
> # for loop
> for i in [1..10] do
> if IsPrime(i) then
> Print(i," prime\n");
> else
>
It seemed weird to me to move the functions from
MPolynomialRing_polydict_domain to
their parent MPolynomialRing_polydict as they were probably implemented
their for a particular reason, but in looking at the functions it didn't
seem like losing the domain property would cause any issues, but as
Doing this produces no output:
%gap
# for loop
for i in [1..10] do
if IsPrime(i) then
Print(i," prime\n");
else
Print(i," not prime\n");
fi;
od;
but doing
gap._eval_using_file_cutoff = 10
then the above works fine. (See
https://cloud.sagemath.com/projects/4a5f0542-5873-4eed-a
If I try running the loop in the ticket description
of http://trac.sagemath.org/ticket/20128
I see a lot of python and several qepcad processes launched and (mostly)
waiting.
Is it normal, or a bug?
Dima
--
You received this message because you are subscribed to the Google Groups
"sage-devel
Dear all,
I'm happy to announce SageDays78 to happen in Vancouver, June 29 to July
1st 2016:
https://wiki.sagemath.org/days78
These SageDays are organized as a satellite event of the combinatorics
conference FPSAC. The main topic will then be combinatorics. Please follow
the link for more inform