Skip to content

Adapter for interpolated extrapolation with global grids#11

Open
pascalresch wants to merge 17 commits into
masterfrom
interpolated-extrapolation
Open

Adapter for interpolated extrapolation with global grids#11
pascalresch wants to merge 17 commits into
masterfrom
interpolated-extrapolation

Conversation

@pascalresch

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread sparseSpACE/Grid.py Outdated
self.a = a
self.b = b
assert len(a) == len(b)
assert len(a) == len(b) # TODO a, b are not floats

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

a and b are vectors of floats. The type hint should be updated.

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