Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P preprocessor
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • 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
  • Dynare
  • preprocessor
  • Issues
  • #62
Closed
Open
Created Dec 16, 2020 by Johannes Pfeifer@JohannesPfeiferDeveloper

Block problematic mod-file names

The dynamic file uses as inputs

dynamic(y, x, params, steady_state, it_)

If a user names the mod-file steady_state, there will be an error message

Dot indexing is not supported for variables of this type.

Error in steady_state.dynamic (line 6)
        [residual, g1] = steady_state.dynamic_resid_g1(T, y, x, params, steady_state, it_, true);

See https://forum.dynare.org/t/dynare-error-reporting/17151/3 We should block params and steady_state and ideally also x,y,it_

Assignee
Assign to
Time tracking