Hochfrequenz / ahbicht

Python Package that parses Condition Expressions from Anwendungshandbüchers ("AHB")
MIT License
4 stars 0 forks source link

Account for new Number Ranges in MaKo2022 #39

Closed hf-kklein closed 1 year ago

hf-kklein commented 2 years ago

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. https://github.com/Hochfrequenz/ahbicht/blob/03ef11a058e0c78b5374feb7f791e4afcd88484c/src/ahbicht/condition_node_builder.py#L43

hf-kklein commented 1 year ago

https://github.com/Hochfrequenz/ahbicht/blob/545256376d76122e6e6a60ef624dcc06ece6aeb3/src/ahbicht/condition_node_distinction.py#L52

done by now