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

feat: add support for causal connections of variables #3304

Merged

Conversation

AayushSabharwal
Copy link
Member

Close #3287

@testset "Error checking" begin
@variables begin
x(t)
y(t), [input = true]
Copy link
Contributor

Choose a reason for hiding this comment

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

🧌 😎

@AayushSabharwal AayushSabharwal force-pushed the as/connect-causal-variables branch from ca95c6a to 561f2c3 Compare January 15, 2025 09:43
@AayushSabharwal AayushSabharwal force-pushed the as/connect-causal-variables branch from 561f2c3 to f6728dd Compare January 15, 2025 09:43
@ChrisRackauckas ChrisRackauckas merged commit c0446c1 into SciML:master Jan 16, 2025
30 of 42 checks passed
@AayushSabharwal AayushSabharwal deleted the as/connect-causal-variables branch January 16, 2025 14:05
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.

support connections between (causal) variables connect(var1, var2)
3 participants