nbia-astro / skeletor

Parallel PIC code written in Python and based on the skeleton codes provided by PICKSC
GNU General Public License v3.0
1 stars 0 forks source link

Make sure that examples are not deprecated #53

Closed tberlok closed 7 years ago

tberlok commented 7 years ago

We have to remember to keep examples up to date when we make changes to the code. The best way to enforce this is to run them as tests. The problem is that some simulations are too expensive to run on travis every time we make a commit. I suggest we create an automated way of testing them once in a while.

tberlok commented 7 years ago

This is not a real issue. Closing.