Skip to content
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

Add parameters to observables #580

Merged
merged 5 commits into from
Jun 6, 2024
Merged

Add parameters to observables #580

merged 5 commits into from
Jun 6, 2024

Conversation

SamWitty
Copy link
Contributor

@SamWitty SamWitty commented Jun 5, 2024

addresses #578

This small PR allows for observables to be defined in terms of (potentially random) parameters. This includes a minimal change to the definition of eval_observables to include parameters and manage parameter tensor shapes, as well as adding a relevant test.

@SamWitty SamWitty added enhancement New feature or request WIP PR submitter still making changes, not ready for review labels Jun 5, 2024
@SamWitty SamWitty requested a review from sabinala June 5, 2024 17:35
@SamWitty SamWitty self-assigned this Jun 5, 2024
@SamWitty SamWitty marked this pull request as draft June 5, 2024 17:35
@SamWitty SamWitty linked an issue Jun 5, 2024 that may be closed by this pull request
@SamWitty SamWitty added awaiting review PR submitter awaiting code review from reviewer and removed WIP PR submitter still making changes, not ready for review labels Jun 6, 2024
@SamWitty SamWitty marked this pull request as ready for review June 6, 2024 18:10
Copy link
Contributor

@sabinala sabinala left a comment

Choose a reason for hiding this comment

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

Great, this worked for me!

@sabinala sabinala merged commit 422232c into main Jun 6, 2024
5 checks passed
@sabinala sabinala deleted the sw-observable-params branch June 6, 2024 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review PR submitter awaiting code review from reviewer enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow non-constant observables
2 participants