Hello,
I wrote a Python script for a parametric geometry that I am working on. I have many inputs, as well as outputs which are all titled as “Gates” which connect to other stream field components later in my grasshopper script. Anyway, I had it working before where each gate was returning only one single output value. However, for whatever reason my output values are now being doubled. Here is the message I am receiving from the script:
When I try to print one of the inputs. It prints twice. Plus, I cannot seem to toggle between the “Outputs” and “Help” tabs. When I try to, it quickly shows the “Help” tab and then returns back to showing the “Outputs” tab.
Any ideas on what could be causing this?
Thanks!