LDAR-Sim / LDAR_Sim

MIT License
11 stars 20 forks source link

fix: Fix error when setting equip properties #245

Closed ThomasGalesloot closed 2 months ago

ThomasGalesloot commented 2 months ago

Pull Request Key Information

Reason for change

An bug was discovered where users were unable to set properties in the equipment file due to the way component parsing was handled.

What was changed

This change fixes the issue by adding more robust parsing of the equipment file to allow for setting properties.

Intended Purpose

This change will allow users to set properties in the equipment file without encountering an error.

Level of version change required

Patch

Testing Completed

Basic manual testing completed.

All unit tests are passing: unit_test_results.txt

Target Issue

N/A

Additional Information

N/A