Add TODO to fix broken receiver output function

这个提交包含在:
nmannall
2024-05-13 16:55:32 +01:00
父节点 c750fc1109
当前提交 bca5bfc1ed

查看文件

@@ -46,6 +46,7 @@ def store_outputs(G):
# Store current component # Store current component
else: else:
func = globals()[output] func = globals()[output]
# TODO: Test this still works - likely broken by removing 'Ix' etc functions
rx.outputs[output][iteration] = func(rx.xcoord, rx.ycoord, rx.zcoord, Hx, Hy, Hz, G) rx.outputs[output][iteration] = func(rx.xcoord, rx.ycoord, rx.zcoord, Hx, Hy, Hz, G)
for tl in G.transmissionlines: for tl in G.transmissionlines: