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
I think make_magic_num_interval should be added to __all__ : https://github.com/MeteoSwiss-APN/dawn/blob/master/dawn/src/dawn4py/serialization/utils.py Also, python doesn't have overloading, so this is a bug:
make_magic_num_interval
__all__
dawn/dawn/src/dawn4py/serialization/utils.py
Lines 479 to 503 in 6fdc460
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think
make_magic_num_interval
should be added to__all__
: https://github.com/MeteoSwiss-APN/dawn/blob/master/dawn/src/dawn4py/serialization/utils.pyAlso, python doesn't have overloading, so this is a bug:
dawn/dawn/src/dawn4py/serialization/utils.py
Lines 479 to 503 in 6fdc460
The text was updated successfully, but these errors were encountered: