Skip to content
Snippets Groups Projects
Select Git revision
  • 1.1
1 result

a0lhgrad.m

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()