Repeated method definition in custom_projection_example.py

I was reading through custom_projection_example.py and I noticed that the cla() method was defined twice (with the exact same code) for the same class. Here's a patch with one of the cla() methods (the one with fewer comments) deleted.

delete_cla_copy.diff (1.06 KB)