MCSclimate / MCT

Model Coupling Tookit
Other
43 stars 18 forks source link

calling clean on unitialized SMatPlus doesn't work #18

Open rljacob opened 9 years ago

rljacob commented 9 years ago

(copying from MCT's old bugzilla)

Calling clean method in SparseMatrixPlus on an unitialized SMatPlus doesn't work (even after changing "die" to warn) because it expects the "Strategy" String in the SMatPlus to be initialized. Clean methods initializes another string off of it.