Skip to content
Snippets Groups Projects

Infrasructure patch 1

Merged Jammer, Tim requested to merge infrasructure-patch-1 into main
1 unresolved thread
  • Renamed MPI_Call to MPICall
    • in Python it is a good practice to use CamelCase for class names
  • fix instruction block generating if for empty branch
  • InstructionBlock returns empty list instead of exception when qurey for empty branch
  • TemplateManager can now insert blocks before or after given one
  • Organization of generated codes into directories
  • Error marker as start and end comment
Edited by Jammer, Tim

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
115 116 cases_generated = 0
116 117
117 118 for generator in generators_to_use:
119 # use first feature as category if generatro has multiple
120 categroy_path = os.path.join(outpath, generator.get_feature()[0])
  • Simon Schwitanski approved this merge request

    approved this merge request

  • merged

  • Jammer, Tim mentioned in commit d4953461

    mentioned in commit d4953461

  • Jammer, Tim mentioned in commit 17514ad3

    mentioned in commit 17514ad3

  • Please register or sign in to reply
    Loading