Skip to content

Commit

Permalink
spc_in_sync works as SPC class validity method #75 #137
Browse files Browse the repository at this point in the history
  • Loading branch information
brownag committed Jul 11, 2020
1 parent 10aef2d commit 2908fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Class-SoilProfileCollection.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ setClass(
),
validity = function(object) {
# https://github.com/ncss-tech/aqp/issues/75
return(TRUE) #spc_in_sync(object)$valid)
return(spc_in_sync(object)$valid)
}
)

Expand Down

0 comments on commit 2908fa4

Please sign in to comment.