Skip to content
Snippets Groups Projects
Select Git revision
  • 87-method-d-swallowed-obstacles
  • develop default
  • 102-Utest
  • 96-method_i
  • 89-str_to_array
  • 91-output
  • master
  • feature_trajectory_correction
  • Issue_63
  • Issue_61
  • refactor_SteadyState
  • v0.8.3
  • v0.8.2
  • v0.8.1
  • v0.8
  • v0.7
  • v0.6
17 results

jpsreport

JSC's EasyBuild private repo

This is the repo to store all the EasyBuild configuration files, including easyconfigs.

Each stage is in a separate branch, containing all the relevant files for that stage

This repository uses autopep8 and pre-commit. For that, you need to run this on your machine:

pip3 install --user autopep8
pip3 install --user pre-commit
pre-commit install

After those steps, pre-commit will call autopep8 on each commit, and make small changes pass the pep8 test without needing to do a manual eb --check-style and checking each little mistake.