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

Account for new Number Ranges in MaKo2022 #39

Closed
hf-kklein opened this issue Oct 12, 2021 · 1 comment
Closed

Account for new Number Ranges in MaKo2022 #39

hf-kklein opened this issue Oct 12, 2021 · 1 comment
Assignees

Comments

@hf-kklein
Copy link
Contributor

hf-kklein commented Oct 12, 2021

Coming up 2022-04-01 new number ranges will be used by edi@energy. F.e. in the UTILMD WiM-AHB the numbers of the conditions get an additional offset of 2000.
grafik

Does this affect how we determine if a condition number refers to a RC/FC/Hint?

See f.e.

if 1 <= int(condition_key) <= 499:

@hf-kklein
Copy link
Contributor Author

if 2000 <= int(condition_key) <= 2499:

done by now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants