Skip to content

Commit

Permalink
testing memoizing
Browse files Browse the repository at this point in the history
  • Loading branch information
proost committed Oct 26, 2017
1 parent 3365f70 commit fd61d55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions planet/controllers/expression_profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def expression_profile_compare_plot_json(first_profile_id, second_profile_id, no
return Response(json.dumps(plot), mimetype='application/json')


@cache.memoize(timeout=None)
def __generate(species_id, method_id, condition):
"""
Expand Down

0 comments on commit fd61d55

Please sign in to comment.