We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tf_long = TimeFrame(datetime(2022, 3, 1, 12), datetime(2022, 3, 1, 13)) tf_a = BatchTimeFrame([tf_long]) tf_sub_a = TimeFrame(datetime(2022, 3, 1, 12, 30), datetime(2022, 3, 1, 12, 45)) tf_b = BatchTimeFrame([tf_sub_a]) print(tf_a - tf_b) #TypeError: Every iterable element should be a BaseTimeFrame
The text was updated successfully, but these errors were encountered:
drop support for subtracting two batches
b166df3
meant to fix #8 but ended up thinking that it's illogical to subtract two batches
fe042bf
Hey @PakMichael , Thanks for your interest, and sorry for the very long silence. I just saw this a couple of weeks ago.
This issue is quite tricky to address. If you have a good idea for tackling this, please open a PR.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: