-
Unit tests to ensure new code does not break existing functions as well as pre-commits to ensure all PR's are at the codebases standard before being accepted
For info on how pre-commits work please…
-
We will need unittests done for all methods, classes and functions found in this file.
Any widgets referenced in this file must also have unittests done
### PR Acceptance Criteria
1. When com…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
![image](https://github.com/user-attachments/assets/4dbfdf8d-22fb-4489-aa02-731bbdf3a3d…
-
Consider the following code:
```python
# tf2_test_reshape.py
# From https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/reshape
import tensorflow as tf
def f(a):
pass
t1 = tf.ones([2…
-
We already have a number of functions which would be easy and prime candidates for adding Rust unit tests for them. The ones I can think of right now are everything in the `math.rs` module, as well as…
-
# Description
- The alert related functions are defined in alertsHandler.go. Add thorough unit testing for the below functions (or their sub-functions) in the same folder
1. `ProcessCreateAlertReque…
-
-
This issue is automatically created based on existing pull request: magento/magento2#34803: Improve Bundle Option & Selection Data Extensibility
---------
### Description (*)
Updated the vis…
-
The preprocess function was added in #316, we need to add unit tests for it.
-
When running basicsr/test.py for EvTexture on a macOS system without GPU support, the script fails due to CUDA-related operations despite setting use_gpu: False.
**Error Message:**
AssertionErro…