INP-PM / FEDM

Finite Element Discharge Modelling code
https://inp-pm.github.io/FEDM/
GNU Lesser General Public License v3.0
10 stars 4 forks source link

Add missing 'relative error.log' files for integrated tests #8

Closed LiamPattinson closed 1 year ago

LiamPattinson commented 1 year ago

The relative error.log files used by the integrated tests were being excluded by the .gitignore file (this was pulled from the GitHub default Python .gitignore, and this chooses to ignore *.log files created by Django projects). This adds those files back in and fixes the .gitignore.

@AleksandarJ1984 Can you confirm that these files haven't changed since I last looked at the project?

AleksandarJ1984 commented 1 year ago

@LiamPattinson I have checked the changes I introduced, and I can confirm that these files haven't been changed since your last input.

LiamPattinson commented 1 year ago

@AleksandarJ1984 I also added a small fix to truncate_file which builds any missing directories. Tests are still passing just fine for me. Happy to merge if you are.