Closed codeflight1 closed 3 years ago
I think you could get an attribute error in line 474, when trying to do print(a Nozzle object)
- it will try to access self.theta_e_graph
, but this might not have been set if "theta_n
" is given as an input.
Might want to just add a line like self.theta_e_graph = float("NaN")
after line 448
Good point, should be fixed now.
This allows for values of theta_n outside of the graph