mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[GH-ISSUE #358] Typo in Atomic #168
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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
@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},
@KermitLG commented on GitHub (Feb 22, 2024):
J'ai modifié la ligne et ajouté d'autres exceptions... il faut attendre le commit (en espérant avoir fait correctement).
@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…)
@Random-Penguin commented on GitHub (Feb 22, 2024):
Ok, merci.
@KermitLG commented on GitHub (Feb 23, 2024):
j'ai fait un pull request (normalement !!! c'est ma première fois !).