Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • pystencils pystencils
  • Project information
    • Project information
    • Activity
    • Labels
    • Planning hierarchy
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • pycodegen
  • pystencilspystencils
  • Merge requests
  • !116

Closed
Created Dec 30, 2019 by Stephan Seitz@seitzMaintainer
  • Report abuse
Report abuse

Throw error when trying to sympify `pystencils.Field` (e.g. using it in an...

  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 2

Throw error when trying to sympify pystencils.Field (e.g. using it in an Assignment without indexing)

This is a typical error when using pystencils: you forget the index and use a field directly in an Assignment.

Edit: apparently, this error is only triggered on recent versions of Sympy that can sympify using __sympy__ (not on CI).

Edited Dec 30, 2019 by Stephan Seitz
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sympifying-field