You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoSPN currently has little to no coverage of modules. Go has a native unit test library, which we should use.
Though marked as good first issue, we obviously do not expect a single PR with all changes. Instead, please send PRs addressing one checkbox at a time.
The following is our goal coverage list:
app module:
Classification: should achieve at least a certain percentage of accuracy in an artificial dataset (e.g. DigitsX) (app/image.go)
Completion: should not pass a certain mean square error threshold of the original image's crop (app/image.go)
common module:
HSV to RGB (common/color.go)
ApproxEqual (common/equal.go)
Queue tests (common/queue.go)
Enqueue
Dequeue
Stress test
Stack tests (common/stack.go)
Enqueue
Dequeue
Stress test
conc module:
SingleQueue tests on race condition (conc/queue.go)
GoSPN currently has little to no coverage of modules. Go has a native unit test library, which we should use.
Though marked as
good first issue
, we obviously do not expect a single PR with all changes. Instead, please send PRs addressing one checkbox at a time.The following is our goal coverage list:
app
module:app/image.go
)app/image.go
)common
module:common/color.go
)common/equal.go
)common/queue.go
)common/stack.go
)conc
module:conc/queue.go
)data
module:data/manipulate.go
)io
module:io/arff.go
)io/http.go
)io/images.go
)io/input.go
)io/npy.go
)io/output.go
)io/spn.go
)learn
module:learn/derive.go
)learn/discriminative.go
)learn/generative.go
)learn/variable.go
)score
module:spn
module:spn/gaussian.go
)spn/product.go
)spn/sum.go
)spn/indicator.go
)spn/multinom.go
)spn/search.go
)spn/serial.go
)spn/storer.go
)spn/topo.go
)spn/utils.go
)spn/utils.go
)spn/utils.go
)spn/utils.go
)spn/utils.go
)spn/utils.go
)spn/utils.go
)sys
module:sys/rand.go
)utils
module:utils/log.go
)utils/stats.go
)utils/unionfind.go
)utils/cluster.go
)The text was updated successfully, but these errors were encountered: