Description
Looking into the code, we seem to call reset() - which is the method that utlimately calls the defaultXxx() methods - twice, once when we construct the ScalarModel and then again later when we make a call to clearArgs.
Seems to be easy enough to call it just once.