Skip to content
Snippets Groups Projects
Select Git revision
  • 11f99f72a6565ca07e55f6a1710846b5032706bc
  • master default protected
  • julia protected
  • 6.x protected
  • python-codegen
  • llvm-15
  • 5.x protected
  • 4.6 protected
  • uop
  • rework_pac
  • aux_vars_fix
  • julia-7.0.0
  • julia-6.4.0
  • julia-6.3.0
  • julia-6.2.0
15 results

Statement.cc

Blame
  • test_bad_model.py 203 B
    from pathlib import Path
    from dynare import dynare
    
    
    def test_dynare():
        print(dynare(Path(__file__).parent.parent / "examples" / "example1pf_bad.mod"))
    
    
    if __name__ == "__main__":
        test_dynare()