Malinda

Results 24 issues of Malinda

I observed following behavior in [annotate_ast.annotate_source](https://github.com/google/pytype/blob/7056acd733ea88eef084c90b6bb8c56d74c7096d/pytype/tools/annotate_ast/annotate_ast.py#L8) The AST annotator correctly annotate the type of `_VERSION` as `str` and type of `REQUIRED_PACKAGES` as `List[nothing]` in below example. ``` _VERSION = '1.12.0'...

bug
cat: tools

It is more succinct and effective to refactor code to use np.linalg.multi_dot rather than numerous np.dot routines. What do you think about this change that has practical value? - [...

I am curious to know about the new features that has been introduced from the 3.0.0 beta release. I noticed you have got some help from deeplearning4j as well. Could...

help wanted

## Description Utilizing Python `with` statement to make the code more Pythonic ## Checklist - [Docstrings for all functions](https://github.com/numpy/numpy/blob/master/doc/example.py) - Gallery example in `./doc/examples` (new features only) - Benchmark in...

Hi Maintainers of this repo, Thank you very much for your excellent work in program-y, I am new to this repository. I am a researcher studying the best practices of...

#### Reference issue Not a reported issue #### What does this implement/fix? It is more succinct and effective to refactor code to use `np.linalg.multi_dot` rather than numerous `np.dot` routines. What...

I believe, it is more succinct and effective to refactor code to use np.linalg.multi_dot rather than numerous np.dot routines. Would you be willing to assist me in merging this PR?

Hi Maintainers of this repo, Thank you very much for your excellent work in Chemml, I am new to this repository. I am a researcher studying the best practices of...

Hi Maintainers of this repo, Thank you very much for your excellent work. I am new to this repository. I am a researcher studying the best practices of evolving data...

**Describe your changes** The goal of this PR is to make the code more Pythonic by utilizing Python `with` statements. **Type of update** Is this a Refactoring **Associated issues** Reference...

cleanup