Skip to content

allow for the parameter bounds to be splines#186

Open
nstarman wants to merge 9 commits intoGalOrrery:mainfrom
nstarman:dynamic_bounds
Open

allow for the parameter bounds to be splines#186
nstarman wants to merge 9 commits intoGalOrrery:mainfrom
nstarman:dynamic_bounds

Conversation

@nstarman
Copy link
Copy Markdown
Collaborator

Description

This pull request is to address ...

Fixes #

PR Checklist

  • Check out the contributing guidelines and code of conduct
  • Check out the contributing workflow ( for a practical example click here )
  • Give a detailed description of the PR above.
  • Document changes in the CHANGES.rst file. See existing changelog for examples.
  • Add tests, if applicable, to ensure code coverage never decreases.
  • Make sure the docs are up to date, if applicable, particularly the docstrings and RST files in docs folder.
  • Ensure linear history by rebasing, when requested by the maintainer.

Signed-off-by: nstarman <nstarman@users.noreply.github.com>
@nstarman nstarman added this to the v0.2 milestone Dec 10, 2023
Comment thread src/stream_mapper/core/_core/base.py Outdated
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
Comment thread src/stream_mapper/core/_core/base.py Outdated
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
Comment thread src/stream_mapper/core/_core/base.py Outdated
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
Comment thread src/stream_mapper/core/_core/base.py
nstarman and others added 2 commits February 5, 2024 21:26
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
Comment thread src/stream_mapper/core/_core/base.py Outdated
# don't require all coordinates to be present in the data,
# e.g. "distmod" on an isochrone model.
),
(~within_bounds(data[k], a[:,0], b[:,0]) for k, (a, b) in kab),
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
(~within_bounds(data[k], a[:,0], b[:,0]) for k, (a, b) in kab),
(~within_bounds(data[k], a, b) for k, (a, b) in kab),

Comment thread src/stream_mapper/core/_core/base.py Outdated
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
Comment thread src/stream_mapper/core/_core/base.py Outdated
nstarman and others added 2 commits February 5, 2024 21:31
Signed-off-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
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.

1 participant