-
-
Notifications
You must be signed in to change notification settings - Fork 517
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into fix_some_cannot
- Loading branch information
Showing
9 changed files
with
7 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
Unfortunately we are not accepting issues on GitHub yet. To report an issue, | ||
please head over to https://trac.sagemath.org, log in with your GitHub account, | ||
and create a ticket there :) | ||
Details to be added shortly, meanwhile feel free to open issues and PRs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
Thanks for contributing to Sage! Unfortunately we are not accepting pull | ||
requests on GitHub yet. To propose a change to Sage, please log in with your | ||
GitHub account at https://trac.sagemath.org, create a ticket, and push your | ||
changes to that ticket as explained in our | ||
[Developer's Guide](https://doc.sagemath.org/html/en/developer/manual_git.html). | ||
Thanks for contributing to Sage! Detailed instructions to be added shortly. | ||
|
||
Please make sure to also have a look at our | ||
[Code Style Conventions](https://doc.sagemath.org/html/en/developer/coding_basics.html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
""" | ||
r""" | ||
Design notes | ||
The implementation depends on the fact that we have dimension formulas | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -257,4 +257,3 @@ def __iter__(self): | |
yield self.df | ||
|
||
return tuple(prod(_aux(*tup) for tup in pairs)) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters