KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
21 stars 11 forks source link

[PULL REQUEST] Remove unnecessary files and features. #20

Closed yantosca closed 2 years ago

yantosca commented 2 years ago

This PR corresponds to #19. @RolfSander has removed many of unnecesary files and these changes have been validated with CI tests.

Also, we have added a script that allows you to run all CI tests manually from the .ci-pipelines folder, which is useful for testing and debugging.

yantosca commented 2 years ago

Now done @RolfSander!

RolfSander commented 2 years ago

Thanks, @yantosca !

I have a couple of other cleanup-items which I want to do next. I'll create a new "cleanup2" branch for that. One thing I noticed is that we have a .gitignore file in almost every directory. That's not necessary because a .gitignore file in the root directory affects all subdirectories automatically.