Skip to content
Snippets Groups Projects
  1. Oct 15, 2024
  2. Oct 14, 2024
  3. Sep 24, 2024
  4. Sep 20, 2024
  5. Sep 16, 2024
  6. Sep 12, 2024
  7. Sep 10, 2024
  8. Sep 06, 2024
  9. Sep 02, 2024
  10. Aug 22, 2024
  11. Aug 21, 2024
    • Florian Schröder's avatar
      Refactor grid size calculation for improved accuracy · ffa38868
      Florian Schröder authored
      Switched from using np.round to np.ceil for block size calculation to ensure more accurate grid sizes. Additionally, replaced range with np.arange for consistent step intervals, and ensured rectangle positions use np.round for precise placement.
      ffa38868
  12. Aug 20, 2024
  13. Aug 19, 2024
    • Fabian Heinrich's avatar
      Fix test · c5be5ce0
      Fabian Heinrich authored
      c5be5ce0
    • Florian Schröder's avatar
      Refactor benchmark and config loading scripts · bb4e32e6
      Florian Schröder authored
      Deleted obsolete drawing_perf_benchmark.py and replaced it with the more versatile performance_benchmark.py. Consolidated individual config file reads into a unified load_config_files function, which is now used across various modules for increased code readability and maintainability.
      bb4e32e6
Loading