Vladimir Shteyn

Results 5 comments of Vladimir Shteyn

Thanks @mewwts. I'm working on it now, namely, on getting test_addict.Tests to run the same tests on Dict, or a child class. Expect a pull request this evening.

I'm a little new to Travis, tests, etc., so apologies for polluting the commit history with incremental bug fixes, but it looks like tests pass on my machine with "python...

Thanks for the lively discussion, everyone. I agree that the most concerning issue is > the new '''__missing__''' method creates a new instance without passing the correct arguments to '''__init__'''....

> to have the releases be done by a release manager What does it mean to "do a release"? Does it mean building and uploading the package from the manager's...

Has this issue been resolved? I noticed the following lines of code in Tensors.java which to my Java-uneducated eyes appears to have fixed the issue. ```Java public static Tensor tensorFloat(...