Objective-oriented programming Why does inheritance fail? I created a parent class and a child class, both decorated with @ti.data_oriented, and placed fields under @ti.kernel. The problem does not lie with inheritance. All Taichi fields must be allocated/placed in the Python scope. In other...