Hello, I’m not an expert. I did a project by Wallacei and Ladybug. I did the simulation; everything was fine. graphs, without null and… but at the end, when I wanted to export my chosen solutions and when I connected my phenotype, nothing happened, and also I got an error. The error was “Solution exception: Input string was not in a correct format.” I’m sure it’s about my inputs, but I can’t solve it.
Would you please help me to solve it? and my email contact is: Samira.Sadipishkamar@polsl.pl
If you want to get help, make it easy for people to help you - post screenshots, post a file, not your email address
Samira Optimization2025.rar (2.1 MB)
Thanks, I attached my files.
I’m not getting any errors with your script here - I think your logic is correct.
One thing I noticed was that your geometry was 4,000,000 meters away from the origin making all your calculations much slower (try moving it closer to 0,0,0) - when I moved them to the origin, the ladybug simulations became 10x faster.
Also, try it with a much simpler simulation - you’re running 4000 hours of analysis in each solution, try with 1.
On a somewhat related note - it looks like the error you’re getting is a generic C# error, for example when a script is expecting a number but it gets a string and throws an error - maybe double check the inputs, I feel like I’ve had issues in the past where I typed numbers but they got interpreted as text.
