-
Notifications
You must be signed in to change notification settings - Fork 12
RMQ #12
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
base: master
Are you sure you want to change the base?
RMQ #12
Conversation
code-of-kpp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add RMQ use cases to README.md
pysdsl/test/test_rmq.py
Outdated
| from pysdsl import rmq_sada, rmq_sct, rmq_sparse_tables | ||
|
|
||
|
|
||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please, use pylint to check python code quality and black to format it.
pysdsl/test/test_rmq.py
Outdated
|
|
||
|
|
||
| def test_rmq_sada(): | ||
| _test_rmq(rmq_sada['Min'], IntVector, min) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that can be parametrized, just provide a list of tuples to pytest.mark.parametrized. You also may want to have names argument in parametrized
| // containers names | ||
| namespace RAC_names { | ||
| constexpr char INT_VECTOR_NAME[] = "IntVector", | ||
| INT16_VECTOR_NAME[] = "Int16Vector"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we inherit them from int_vectors tuple?
66b254f to
8346469
Compare
No description provided.