We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current rateman uses a mix of decimal and hexadecimal indices, which can be quite confusing.
scnx-rateman/rateman/parsing.py
Lines 306 to 324 in 5dbd8b7
scnx-rateman/rateman/rate_info.py
Lines 78 to 120 in 5dbd8b7
It would be better to stick to a single base such as decimals.
The text was updated successfully, but these errors were encountered:
pawarsp
prashiddhath
No branches or pull requests
The current rateman uses a mix of decimal and hexadecimal indices, which can be quite confusing.
Use of Integer in STA-supported rates
scnx-rateman/rateman/parsing.py
Lines 306 to 324 in 5dbd8b7
Use of Hexademical for header rates
scnx-rateman/rateman/rate_info.py
Lines 78 to 120 in 5dbd8b7
It would be better to stick to a single base such as decimals.
The text was updated successfully, but these errors were encountered: