Skip to content
Snippets Groups Projects
  1. Sep 12, 2024
  2. Sep 10, 2024
  3. Sep 06, 2024
  4. Sep 02, 2024
  5. Aug 22, 2024
  6. 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
  7. Aug 20, 2024
  8. Aug 19, 2024
  9. Aug 16, 2024
  10. Aug 14, 2024
  11. Aug 07, 2024
  12. Jul 31, 2024
  13. Jul 30, 2024
    • Florian Schröder's avatar
      Remove debug print statements and improve tests · 02ebce5c
      Florian Schröder authored
      Removed unnecessary debug print statements from environment and orders modules. Refined test cases in test_order_manager.py to add clarity and coverage without redundant checks.
      02ebce5c
    • Florian Schröder's avatar
      Switch to default study configuration · c21c1dd9
      Florian Schröder authored
      Reverted the default study configuration from `study_config_deterministic_order.yaml` back to `study_config.yaml`. This ensures that the standard configuration is used by default as opposed to the deterministic order configuration.
      c21c1dd9
Loading