Open HannoSpreeuw opened 4 months ago
I investigated TraP wrt the ObjectContainer class. It can be removed there and will be after this PR is merged.
An easy solution may be to add the closest_to
method to the L15_12hConstObs class and to the L15_12hConstCor class.
Downside is that you have to add the same method twice.
Why is this closed? I mean, the ObjectContainer class is still there.
Not sure, I think it got closed automatically, or maybe I mistook it for another issue.
@suvayu noticed that the ObjectContainer class has little more than a
closest_to
method which raises the question if this class could be removed.I will try to find out what breaks in PySE and in TraP if we remove it.