jhrcook / mustashe

A system for stashing and loading the results of long running computations.

Home Page:https://jhrcook.github.io/mustashe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

If the functions in my code change?

JamesThompsonC opened this issue · comments

Thank you for this package. Very useful.

I would like your advice.

In my code, I use functions from a package that is in active development. I want to re-run if any of the functions change. How would you set it up.? Thanks.

I figured out that including the function name, as a string, in ‘depends_on’ arg does what I want. Thanks.