Skip to content

Conversation

@Thommy257
Copy link

No description provided.

plt.show()

def get_dates(self):
start = self.data.index[0] - timedelta(1)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you add the timedelta here?

batch_size,
shuffle=shuffle)

def get_dates(self):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be required because it is inherited from StreamflowDataset.

plt.tight_layout()
plt.show()

def get_dates(self):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a docstring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants