- Notifications
You must be signed in to change notification settings - Fork3
Open
Milestone
Description
Theplot() function truncates the data if it doesn't see interesting changes. This can result in a model running for 60 days butplot() only showing 40 days. This is probably not ideal behavior, since it isn't intuitive. We should have the function plot everything from the data. If we want the plot to truncate, then we should include that as a flag instead of as default behavior.