-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Would be nice to have something like a Makefile, which can include all kinds of basic actions.
As I'm adding unit tests, I think it would be obligatory to have make test working anyway. And that's where we will be able to plug continuous integration later.
Also, this was suggested as a basic test:
python simulate.py -D 2 -credit_based_FC -Rand 0.01 -PS 8 8 -sim 10000 -end 11000
Well, perhaps it would make sense to have make basic-test that would do something like that?
This may also help with issue #15 (e.g. make paper to recreate what's needed instead of committing the files directly).
Reactions are currently unavailable