Chouffe commented on a change in pull request #14531: Chouffe/clojure fix tests
URL: https://github.com/apache/incubator-mxnet/pull/14531#discussion_r269240423
 
 

 ##########
 File path: contrib/clojure-package/src/org/apache/clojure_mxnet/util.clj
 ##########
 @@ -77,6 +77,18 @@
 (defn keyword->snake-case [vals]
   (mapv (fn [v] (if (keyword? v) (string/replace (name v) "-" "_") v)) vals))
 
+(defn keyword->snake-case
 
 Review comment:
   woops I should delete the first function definition

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to