hughperkins / pytorch

Python wrappers for torch and lua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

None -> nil?

lebedov opened this issue · comments

Would it make sense to convert None passed as a Python method param into nil? Is there some unobvious caveat that makes this nontrivial?

Its not a deliberate design decision; I just never encountered the requirement. It sounds like there should be no reason why it shouldnt be possible.