-
When I press Type4Py: Inter type annotations, I get the error that the server was not found.
-
Can you please share any pre-trained model you have for this paper, it would be a great help
-
It would be interesting to see how well the TypeWriter algorithm (https://software-lab.org/publications/TypeWriter_arXiv_1912.03768.pdf) for searching type annotation suggestions works against type4py…
-
It looks like the code does not load the directory of Python projects. Can you please kindly look at this.
The command I used is
`python TW_extractor.py --o $OUTPUT_FOLDER --d $REPOS --w $THREADS`…
Jarvx updated
3 years ago
-
**Describe the bug**
Error when generating tests: `TypeError: unsupported operand type(s) for |: 'NoneType' and 'NoneType'`
**To Reproduce**
Steps to reproduce the behaviour:
1. Use Pynguin vers…
-
**Describe the bug**
When I try to generate tests for a file that imports numpy, Pynguin crashes.
**To Reproduce**
Steps to reproduce the behaviour:
1. Use Pynguin version '0.34.0'
2. Use the f…
-
**Describe the bug**
When I try to generate tests for the `tf_import_time.py` file in the Tensorflow project, Pynguin crashes.
**To Reproduce**
Steps to reproduce the behaviour:
1. Use Pynguin v…
-
**Describe the bug**
A clear and concise description of what the bug is.
When running the example.py in the quick start guide, although the example provides type annotation information for input and…
-
Hi @ashwinprasadme and @Samzcodez,
First of all, great job! I have managed to run and evaluate Type4Py on the micro-benchmark with almost one command. The automation is great! That said, I have som…
-
I try to run pynguin to generate the test case for this example module (`numpy_example`) containing the following snippet.
```python
import numpy as np
def gen_array(value):
return np.array…