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

Commit

Permalink
make free_module temporarily work for relative extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Sep 13, 2019
1 parent a78136c commit 92347b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sage/rings/finite_rings/finite_field_relative.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def __init__(self, base, modulus, names, category=None, **kwds):

self.register_conversion(self.free_module(map=True)[1])

free_module = RingExtensionWithGen.vector_space

def __reduce__(self):
r"""
TESTS::
Expand Down

0 comments on commit 92347b4

Please sign in to comment.