Skip to content

Commit

Permalink
typo in fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtommyb committed Feb 10, 2020
1 parent 6ffc570 commit 1a8a0e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xoflares/xoflares.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ def eval_get_light_curve(time, tpeaks, fwhms, ampls, texp=None, oversample=7):
# return multiflare_function(time, tpeaks, fwhms, ampls)
multiflare_function = theano.function(
[],
multiflaremodel(tt.as_tensor_variable(time),
get_light_curve(tt.as_tensor_variable(time),
tt.as_tensor_variable(tpeaks), tt.as_tensor_variable(fwhms),
tt.as_tensor_variable(ampls)), texp, oversample
tt.as_tensor_variable(ampls), texp, oversample)
)
return multiflare_function()

Expand Down

0 comments on commit 1a8a0e5

Please sign in to comment.