Skip to content

Clean replicate/make_stored methods

Please, review, all the nodes, which are using replicate/make_stored methods.

Ensure:

  • make_stored should be deprecated in favor of replicate (with no arguments)
  • all replicate implementations should use same readable argument names
    • names

Minor proposals:

  • do not use *args and explicitly provide inputs=

(@maxfl, may join working on this item later)

Edited by Maxim Gonchar