You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found another bug in the FASTInputFile write-function. I am writing a SubDyn-file using the python-toolbox, and at the moment I don't want to specify any outputs. So I just say subFile['MemberOuts'] = []. The SubDyn-file is then correct in that the data under member output list is empty, BUT in addition there is an empty line between the units of the member output list and the SDOutList.
I fixed this in my local branch, and tested it both with and without empty member output list. Let me know if I should make a pull request.
Hi again,
I found another bug in the FASTInputFile write-function. I am writing a SubDyn-file using the python-toolbox, and at the moment I don't want to specify any outputs. So I just say
subFile['MemberOuts'] = []. The SubDyn-file is then correct in that the data under member output list is empty, BUT in addition there is an empty line between the units of the member output list and the SDOutList.I fixed this in my local branch, and tested it both with and without empty member output list. Let me know if I should make a pull request.