Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • ExaHyPE-Engine ExaHyPE-Engine
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 68
    • Issues 68
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ExaHyPEExaHyPE
  • ExaHyPE-EngineExaHyPE-Engine
  • Issues
  • #242
Closed
Open
Issue created Aug 30, 2018 by Sven Köppel@svenk2Owner

Toolkit2: Fix old merge

d92031f5 (comment 215226)

@sven: Check whether this is done or not.

Two changes I did and you unfortunately undid with your merge (should be easy to fix though):

  • Make sure you are using ValueError instead of JSONDecodeError(ValueError). Otherwise, the code requires python3 version>=3.5.0. This is a typical error message you get:

    controller.py:215(getSpec):ERROR Could not read specification file '../Euler_ADERDG.exahype':   'module' object has no attribute 'JSONDecodeError'
  • Make sure mexa.py is python3.

    I regex-replaced print (".+"\s*(%\s*\(.+\))?)$ with print(\1)

Assignee
Assign to
Time tracking

LRZ Homepage | Datenschutz | Dokumentation und Betriebsbedingungen | Impressum