strands-project/strands_qsr_lib

[QSRlib] expose to public and make static __merge_world_qsr_traces

Closed this issue · 1 comments

Argh forgot to do one last change I wanted, but nvm for now... just a reminder for me.

Expose to public and make @staticmethod the QSRlib.__merge_world_qsr_traces method.

PS: Reason being that this methods can be used for other things to, e.g.

world_qsr_trace_qtcb_o1o2
world_qsr_trace_qtcb_o1o3
world_qsr_trace_qtcb_o1o2o3 = qsrlib.merge_world_qsr_traces((world_qsr_trace_qtcb_o1o2, world_qsr_trace_qtcb_o1o3))