Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement __sub__ #68
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently one cannot just do
-SomeLoss(). Of course it could be hacked by doing(-1) * SomeLoss(). We want to implement the first syntax via__sub__.