moving Builder logic into Particulator::__init__() and removing builder.py (+ fix in to_host() logic for FakeThrustRTC) - #1885
KmazuR-afk wants to merge 71 commits into
Conversation
|
I suggest making |
|
Another question is - what to do with register() methods in another classes e.g. Displacement? def register(self, builder):
builder.request_attribute("relative fall velocity")
self.particulator = builder.particulatorWhat should be the approach here - moving it to build method whenever class Displacement is used? |
|
thanks! @KmazuR-afk, a viable recaftor could likely involve:
|
|
I moved most, if not all, of the I am not entirely sure whether this is the desired final architecture, but in this form Additionally, I made the setup-related arguments in |
|
🚀 ! |
Builder logic into Particulator::__init__() and removing builder.py
|
@slayoo as for now I am sticiking to refactors of examples in alphabetical order and whatever comes up during working on them. In commits I will add the names of last folder I finished the commit on. |
…tman_*_2021 need checking
Builder logic into Particulator::__init__() and removing builder.pyBuilder logic into Particulator::__init__() and removing builder.py (+ fix in to_host() logic for FakeThrustRTC)
No description provided.