arkouda icon indicating copy to clipboard operation
arkouda copied to clipboard

some functions in the arkouda python package are annotated but not `@typechecked`

Open mhmerrill opened this issue 3 years ago • 0 comments

some functions in the arkouda python package are annotated but not @typechecked

Here is an example of missing @typechecked decorator https://github.com/Bears-R-Us/arkouda/blob/d2b490465f0aa833482d219a7ac7a0043b050651/arkouda/pdarraycreation.py#L108-L110

should we scrub the files and make sure we add/re-add @typechecked to functions?

mhmerrill avatar Apr 06 '22 19:04 mhmerrill