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

Consolidate make_storage_from_shape #68

Merged
merged 3 commits into from
Dec 16, 2021

Conversation

elynnwu
Copy link
Collaborator

@elynnwu elynnwu commented Dec 16, 2021

In this PR, we remove the cache version of make storage.

  • make_storage_from_shape_uncached is now make_storage_from_shape

Copy link
Collaborator

@mcgibbon mcgibbon left a comment

Choose a reason for hiding this comment

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

Thanks!

make_storage_from_shape_uncached(
shape, origin=origin, init=init, backend=backend
)
make_storage_from_shape(shape, origin=origin, init=init, backend=backend)
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can delete this test file - its purpose was to test the caching system, and now that you've deleted it there's no worry that this test would fail.

@elynnwu elynnwu enabled auto-merge (squash) December 16, 2021 19:02
@elynnwu elynnwu merged commit de8008f into main Dec 16, 2021
@elynnwu elynnwu deleted the feature/remove-unused-make-storage branch December 16, 2021 19:39
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.

2 participants