Becca
Becca
Here is the error pertaining to SP mentioned above: ``` In file included from c:\program files\windowsapps\arduinollc.arduinoide_1.8.57.0_x86__mdqgnx93n4wtt\hardware\tools\avr\avr\include\avr\io.h:99:0, from c:\program files\windowsapps\arduinollc.arduinoide_1.8.57.0_x86__mdqgnx93n4wtt\hardware\tools\avr\avr\include\avr\pgmspace.h:90, from C:\Program Files\WindowsApps\ArduinoLLC.ArduinoIDE_1.8.57.0_x86__mdqgnx93n4wtt\hardware\arduino\avr\cores\arduino/Arduino.h:28, from sketch\mpc_constrained_naive_engl.ino.cpp:1: C:\Users\rgm222\Documents\Arduino\libraries\mpc/mpc.h:59:26: error: expected ',' or '...'...
in case it is helpful for this, I made a bash script for my project which downloads all the necessary data from google drive using the gdown package, into a...
Hm, I also have version 1.4.4 pandas. `pandas 1.4.4 py310h769672d_0 conda-forge`
I was able to get past this error by changing the two lines of generator.py that say `default_model_tag=self.settings.get("default_model_tag", {}),` and change the `{}` to be `0`. Then I run into...
After adding some missing items to the settings file, the error I'm now stuck on is ``` File "/home/becca/miniconda3/envs/wec-decider-new-powergenome-2/bin/run_powergenome_multiple", line 8, in sys.exit(main()) File "/home/becca/miniconda3/envs/wec-decider-new-powergenome-2/lib/python3.10/site-packages/powergenome/run_powergenome_multiple_outputs_cli.py", line 401, in main )...
Thanks for meeting with us! Also wanted to mention that I just found this other open source multibody code, also copyleft but it seems more general than the one in...
Also [HydroChrono](https://nrel.github.io/HydroChrono/) (project Chrono has a more permissive license). This and the link above (MBDyn) are both time domain solvers but maybe their multibody representations could be reused for the...
hi Lucas + other RAFT developers, I wanted to check in to understand the development progress on the multibody feature over the last few months, if there is an eta...
This solved my issue. I was using a relative path with Linux and I was getting the following error: `sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) unable to open database file`. Deleting the slash on...
Ok thanks! For now just reverting the commit seems fine for my use case. Maybe adding the ability for the power genome settings management structure to also have the ability...