Skip to content

Error in testing whether a scalar field belongs to a module of differential forms #27658

@egourgoulhon

Description

@egourgoulhon

In Sage 8.8.beta1, as well as in Sage 8.6 and 8.7, we have

sage: M = Manifold(2, 'M')
sage: X.<x,y> = M.chart()
sage: f = M.scalar_field(x)
sage: f in M.diff_form_module(0)  # OK
True
sage: f in M.diff_form_module(1)  # Bang!
...
AttributeError: 'list' object has no attribute '_sage_'

Full log is attached.

CC: @DeRhamSource

Component: geometry

Keywords: differential forms

Author: Eric Gourgoulhon

Branch/Commit: df21950

Reviewer: Travis Scrimshaw

Issue created by migration from https://trac.sagemath.org/ticket/27658

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions