Store final number of points used by subsample
in Coreg
class
#479
Labels
enhancement
Feature improvement or request
subsample
in Coreg
class
#479
Right now if
subsample=500000
and there is only 1000 points to use during Coreg,Coreg._meta["subsample"]
is still 500000.We need to add another attribute
subsample_final
that counts the number of points actually used.The text was updated successfully, but these errors were encountered: