florentLutz / FAST-OAD-CS23-HE

Repository containing the files for the thesis : Optimization of an aircraft design problem for hybrid-electric configurations under manufacturing and certification constraints
GNU General Public License v3.0
4 stars 1 forks source link

Dev recorder and recorder plot #21

Closed florentLutz closed 1 year ago

florentLutz commented 1 year ago

Added a function to automatically plot the residuals. The attaching of the recorder, however, will have to be done and the function only takes a path to the .sql file. Since .sql file are in the .gitignore, the tests that create them or use them will be skipped by GitHub and will not pass on any new user that download the code and run them without moving the files at the right place. Added two tests that display the addition of a recorder for any user that would like to do so. It should utlimately be added in the FASTOADProblem class or a child class