Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit fb43593

Browse files
author
Matthias Koeppe
committed
src/sage/databases/stein_watkins.py: Add a test that needs the huge package
1 parent 33c60d4 commit fb43593

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/sage/databases/stein_watkins.py

+6
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,12 @@
113113
sage: C # optional - database_stein_watkins_mini
114114
Stein-Watkins isogeny class of conductor 19
115115
116+
Next we access data that only come with the huge package::
117+
118+
sage: d = SteinWatkinsAllData(2)
119+
sage: C = next(d); C # optional - database_stein_watkins
120+
Stein-Watkins isogeny class of conductor 200002
121+
116122
REFERENCE:
117123
118124
- [SW2002]_

0 commit comments

Comments
 (0)