-
Notifications
You must be signed in to change notification settings - Fork 31
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
Rethinking external assets 2 #272
Rethinking external assets 2 #272
Conversation
6b855c0
to
4649b1a
Compare
3c0a582
to
2910dfe
Compare
…event_descriptor.py to use a Dtype as a type variable so we can import it from bluesky protocols
… to only have one compose_datum in the ComposeStreamResourceBundle
65cc064
to
78d95b4
Compare
c565a96
to
010c410
Compare
…oseEvent and ComposeEventPage
010c410
to
6e8a865
Compare
e011ca7
to
3c60781
Compare
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.
Just need that descriptor ref putting in
Oh, odd. I know we've retroactively applied |
Found it! I'm unsure why these things are changing now though... Maybe a new black release, I think I see some highlights in the recent black releases which match up (I used 23.9.1 locally) 🤔 I'll run black on a different branch off of main and make a new PR. EditNever mind, origin is already black compliant. This branch seems to have a very minor black change so I'll leave it here. Something must have been wrong locally in the last commit. |
5db7b0a
to
e4edddc
Compare
Ah, OK, that makes sense. I think we are good to merge then. |
8f5718c
to
6d3d8f2
Compare
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.
Merge when this is fixed
98b9905
to
8a23344
Compare
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.
Just realized we didn't finish the run_start: NotRequired[...]
changes...
7025512
to
e57e53b
Compare
Closes #236
Putting on a new branch for cleanliness