Note: ReferenceModel
assumes t_end
is a float, which implies it cannot be nothing
#72
Labels
bug
Something isn't working
in
get_profile
, we allow fortf=nothing
, which fetches the profile at the timeti
. however, for practical purposes,ReferenceModel
is used in conjunction withget_profile
, which assumes thatt_end
is aReal
number. As such, the special case oftf=nothing
inget_profile
is never reached.note:
ti=t_start
,tf=t_end
The text was updated successfully, but these errors were encountered: