Skip to content
Snippets Groups Projects

Fixed problem with memory not releasing correctly between experiments

Merged Terézia Slanináková requested to merge repro into master
3 files
+ 350
284
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 3
3
@@ -11,7 +11,7 @@ stages:
@@ -11,7 +11,7 @@ stages:
flake8:
flake8:
stage: Static Analysis
stage: Static Analysis
script:
script:
- flake8 --max-line-length=120 --max-complexity 12 *.py
- flake8 --max-line-length=120 --max-complexity 13 *.py
- flake8 --max-line-length=120 --max-complexity 12 **/*.py
- flake8 --max-line-length=120 --max-complexity 13 **/*.py
- flake8 --max-line-length=120 --max-complexity 12 **/**/*.py
- flake8 --max-line-length=120 --max-complexity 13 **/**/*.py
Loading