Fix observed variable detection#1805
Conversation
Codecov ReportBase: 90.65% // Head: 90.43% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1805 +/- ##
==========================================
- Coverage 90.65% 90.43% -0.23%
==========================================
Files 138 123 -15
Lines 10918 10283 -635
==========================================
- Hits 9898 9299 -599
+ Misses 1020 984 -36
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
adamgayoso
left a comment
There was a problem hiding this comment.
What's the status of this @vitkl ?
|
Still a work in progress, unfortunately, the solution I added doesn't seem to exclude observed variables. I will do a deeper dive some time this year. |
|
I think this should be addressable by removing different procedures for different AutoGuide classes (#2695). |
Create a separate method to detect observed sites and apply it everywhere necessary to automatically exclude observed sites.
Fixes #1801