grmpy icon indicating copy to clipboard operation
grmpy copied to clipboard

Reorganize complex functions and adjust flake8 conf appropriately

Open SeBecker opened this issue 5 years ago • 3 comments

So far our flake8 configuration file ignores complexity issues. We have to reorganize some functions. This concerns in particular:

  • print_info in simulate/simulate_auxiliary.py
  • print_logfile and write_comparison in estimate/estimate_output.py
  • test2 and test4 in test/test_unit.py
  • check_types and process in red/red_auxiliary.py
  • read_desc in test/auxiliary.py
  • generate_random_dict and print_dict in test/random_init.py

SeBecker avatar Sep 10 '18 10:09 SeBecker