[GH-ISSUE #358] Typo in Atomic #168

Open
opened 2026-05-06 13:15:56 +02:00 by BreizhHardware · 5 comments

Originally created by @Random-Penguin on GitHub (Jan 26, 2024).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/358

Describe the bug
Platinum's electron configuration is incorrect, probably due to a typo.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Atomic/Periodic Table (default app, not external)
  2. Click on Platinum, found on Row 6, Column 10
  3. Scroll down to EC
  4. It shows [Xe] 6s¹ 4f¹⁴ 5d¹⁹

Expected behavior
The correct configuration would be [Xe] 6s¹ 4f¹⁴ 5d⁹, eliminating the typo

Screenshots
Just follow the steps, not specific

Device (please complete the following information):
N0110 using Upsilon 1.0.1-dev on latest dev

Originally created by @Random-Penguin on GitHub (Jan 26, 2024). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/358 **Describe the bug** Platinum's electron configuration is incorrect, probably due to a typo. **To Reproduce** Steps to reproduce the behavior: 1. Go to Atomic/Periodic Table (default app, not external) 2. Click on Platinum, found on Row 6, Column 10 3. Scroll down to EC 4. It shows [Xe] 6s¹ 4f¹⁴ 5d¹⁹ **Expected behavior** The correct configuration would be [Xe] 6s¹ 4f¹⁴ 5d⁹, eliminating the typo **Screenshots** Just follow the steps, not specific **Device (please complete the following information):** N0110 using Upsilon 1.0.1-dev on latest dev
Author
Owner

@KermitLG commented on GitHub (Feb 22, 2024):

il faudrait changer la ligne 315 du fichier list_controller.cpp de l'apps "atomic" par
{ 78, true, 1, true, 14, true, 9, false, -1},

<!-- gh-comment-id:1959697120 --> @KermitLG commented on GitHub (Feb 22, 2024): il faudrait changer la ligne 315 du fichier list_controller.cpp de l'apps "atomic" par { 78, true, 1, true, 14, true, 9, false, -1},
Author
Owner

@KermitLG commented on GitHub (Feb 22, 2024):

il faudrait changer la ligne 315 du fichier list_controller.cpp de l'apps "atomic" par { 78, true, 1, true, 14, true, 9, false, -1},

J'ai modifié la ligne et ajouté d'autres exceptions... il faut attendre le commit (en espérant avoir fait correctement).

<!-- gh-comment-id:1960234471 --> @KermitLG commented on GitHub (Feb 22, 2024): > il faudrait changer la ligne 315 du fichier list_controller.cpp de l'apps "atomic" par { 78, true, 1, true, 14, true, 9, false, -1}, J'ai modifié la ligne et ajouté d'autres exceptions... il faut attendre le commit (en espérant avoir fait correctement).
Author
Owner

@Yaya-Cout commented on GitHub (Feb 22, 2024):

Tu peux faire une pull request, si tu veux (sinon je verrai pendant les vacances vu que je suis un peu occupé avec les cours cette semaine…)

<!-- gh-comment-id:1960241096 --> @Yaya-Cout commented on GitHub (Feb 22, 2024): Tu peux faire une pull request, si tu veux (sinon je verrai pendant les vacances vu que je suis un peu occupé avec les cours cette semaine…)
Author
Owner

@Random-Penguin commented on GitHub (Feb 22, 2024):

Ok, merci.

<!-- gh-comment-id:1960284874 --> @Random-Penguin commented on GitHub (Feb 22, 2024): Ok, merci.
Author
Owner

@KermitLG commented on GitHub (Feb 23, 2024):

j'ai fait un pull request (normalement !!! c'est ma première fois !).

<!-- gh-comment-id:1960958130 --> @KermitLG commented on GitHub (Feb 23, 2024): j'ai fait un pull request (normalement !!! c'est ma première fois !).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#168
No description provided.