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

DM-26011: Fix camera names in YAML files and remove broken camera caching #233

Merged
merged 2 commits into from Jul 19, 2020

Conversation

timj
Copy link
Member

@timj timj commented Jul 19, 2020

No description provided.

timj added 2 commits July 18, 2020 16:14
This makes it easier to debug problems with incorrect Cameras
being used.
In DM-25923 I removed half the cache but that broke caching
completely so we ended up with tests failing because
LSSTCam would cache and then the other subclasses would
think that they didn't need to cache because the parent
class had the camera.

Whether tests failed depended on how many cores were in use
for testing and the order that pytest ran tests.

Now fully remove the vestigial caching and completely rely
on yamlCamera caching.
@timj timj requested a review from ktlim July 19, 2020 00:07
@timj timj merged commit b348b48 into master Jul 19, 2020
@timj timj deleted the tickets/DM-26011 branch July 19, 2020 05:19
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.

None yet

2 participants