* Remove useless 'pass'
* Remove all_inconsistencies and verbose options
* Add a 'platform' field mapping
* Don't assert during training or during evaluation
These kinds of assertions can be very frequent unfortunately, so we only enable them when needed.
That is:
1) During CI tests;
2) During rollback test, after downloading a new set of bugs (which we want to make sure is "clean enough").
Fixes#450
* Move all inconsistencies checks into separate functions, to make rollback code cleaner
* Fix assertion/log message