Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct format when number inputs start with "." #10

Open
aaron-boranian opened this issue Jan 25, 2025 · 0 comments
Open

Correct format when number inputs start with "." #10

aaron-boranian opened this issue Jan 25, 2025 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@aaron-boranian
Copy link
Collaborator

Currently, string vs. number input fields are formatted differently (see example below).

Image

Note that "." within values for North Axis and convergence tolerance values are also formatted the same as numbers on either side of it.

If the number input field has an entry that starts with ".", then it is unformatted (like the "," and ";" separating input fields). See example below after switching "0.5" to ".5" in the convergence tolerance values.

Image

EnergyPlus still reads this correctly and finishes a simulation, so it's just a small formatting issue when viewing the IDF.

@aaron-boranian aaron-boranian added enhancement New feature or request good first issue Good for newcomers labels Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant