Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ScheduleDay: new timeseries method and interpolation options #5111
ScheduleDay: new timeseries method and interpolation options #5111
Changes from 33 commits
76f4f41
48ac02d
0242a8c
389f6cb
6e075a3
27865fa
80ef75b
f01fba7
a365a99
d96338a
9fa369a
3282bda
47d03f3
aed3dea
7bee45b
8f1aed5
81cfbd0
07992ed
b178a6b
f9a2eae
d1d7708
6c7198e
160585a
686b725
e742966
2ded730
bfb876f
dd39ffd
4af6ee3
9be8c90
bb57a4d
9b82fed
f8fcada
6c33a6b
e8b0015
c74f8b6
d2c195d
5037966
96e9514
d55dc20
a58faef
94685d5
1549488
a75a333
838df44
2b919ab
8eede82
8da8085
85da8ef
065d022
1104600
4af64a0
dc202f1
30fd11d
8d50877
825b270
bbd26f8
e257209
a22dbb2
1389577
805f14c
740a0b2
f20d840
881d27c
1794d58
e4cef89
138cbad
4572fc0
ceba909
012f076
90e86c6
fddbc7d
7493115
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really feel like you ever need to pass two values to that call...
As I wrote on #5001 (comment)
And you should probably just do that on values & times, not on timeSeries (which is interpolated already, and contains the entire day)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This returns timeseries with timestamps (i.e., a
DateTimeVector
) that align with theTimestep
object. The values returned (i.e., aVector
) correspond to the "Interpolate to Timestep" choice.