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

JointHypothesis Property definition #82

Closed
dlast-dstl opened this issue Feb 25, 2019 · 1 comment
Closed

JointHypothesis Property definition #82

dlast-dstl opened this issue Feb 25, 2019 · 1 comment
Assignees

Comments

@dlast-dstl
Copy link
Contributor

JointHypothesis Property "hypotheses" is currently defined as a Hypothesis, when in reality it is dictionary with the form Track:Hypothesis. It is defined this way because then Hypothesis would import Track, and Track imports Update, and Update imports Hypothesis, which is a circular import. This occurs because the function "get_measurement_prediction()" somehow ended up in the Updater rather than the Predictor. When the function is correctly moved back to the Predictor, this issue can be resolved.

@dlast-dstl dlast-dstl self-assigned this Feb 25, 2019
@dlast-dstl
Copy link
Contributor Author

After discussion with the team, keeping "get_measurement_prediction()" in the Updater is sufficiently important that we will just work around this issue.

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

No branches or pull requests

1 participant