LDAR-Sim / LDAR_Sim

MIT License
11 stars 22 forks source link

V4 constants change overhaul #172

Closed SEAJang closed 7 months ago

SEAJang commented 7 months ago

Pull Request Key Information

Reason for Change

In the codebase, locating constants was challenging, and there were instances where hard-coded values led to potential errors. To mitigate this issue and enhance code maintainability, introduced the usage of constants. Moreover, consolidated all constants into a single module for easy access.

Changes Made

Objective

The primary objective of these changes is to enhance code reliability by reducing potential errors and improving code readability and navigability.

Testing Undertaken

All existing unit tests passed and performed manual simulations results.txt

SEAJang commented 7 months ago

results.txt Unit test results.