Skip to content
Snippets Groups Projects
  1. Aug 22, 2024
  2. 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
  3. Aug 20, 2024
  4. Aug 19, 2024
  5. Aug 16, 2024
  6. Aug 14, 2024
  7. Aug 07, 2024
  8. Jul 31, 2024
  9. 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
    • Florian Schröder's avatar
      Update deterministic order generators and tests · b45f1ba3
      Florian Schröder authored
      Refactored the deterministic order generation system to use timed orders with start and duration parsed via pytimeparse. Adjusted configuration files and updated test cases accordingly to cover new functionality and ensure correctness.
      b45f1ba3
  10. Jul 27, 2024
  11. Jul 25, 2024
  12. Jul 22, 2024
  13. Jul 19, 2024
  14. Jul 05, 2024
  15. Jun 28, 2024
  16. Jun 25, 2024
  17. Jun 18, 2024
Loading