Thread Previous • Date Previous • Date Next • Thread Next |
Hi, for example in <dolfin>/test/unit/function/python/ there is two files function.py test.py where the first one only contains a class Interpolate, while the second contains the same class with fewer functions plus a bunch of other classes. The same pattern of "foo.py" + "test.py" occurs other places as well. At a glance it seems to me there is some duplication. Is there some idea behind this structure or is it a remnant of some renaming/cleanup/whatever? Martin
Thread Previous • Date Previous • Date Next • Thread Next |