LDAR-Sim / LDAR_Sim

MIT License
11 stars 22 forks source link

[BUG] Cannot use placeholder int for repairable and non repairable emissions duration in the virtual world #243

Open ThomasGalesloot opened 4 months ago

ThomasGalesloot commented 4 months ago

Bug/Defect description

Where other parameters can take a placeholder int in place of an integer, both repairable and non-repairable emissions duration require an integer value to be input even if provided at a more granular level as they do not accept placeholder int.

Steps to reproduce

Use placeholder int in place of an integer for either emissions duration in the virtual world.

Evidence

image

Expected behavior

Placeholder int is accepted and LDAR-Sim internal logic checks in sources to ensure each source has a valid duration

Inputs and Parameters

No response

Version Number

4.0.3

Additional Context

No response