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

feat: add xyEnsureFloat64 function #224

Merged
merged 1 commit into from
Mar 6, 2024
Merged

feat: add xyEnsureFloat64 function #224

merged 1 commit into from
Mar 6, 2024

Conversation

jobo322
Copy link
Member

@jobo322 jobo322 commented Mar 6, 2024

No description provided.

@lpatiny lpatiny merged commit 467a03a into main Mar 6, 2024
7 checks passed
@lpatiny lpatiny deleted the xyEnsureFloat64 branch March 6, 2024 14:02
Comment on lines +5 to +8
interface DataXYNumberArray {
x: NumberArray;
y: NumberArray;
}
Copy link
Member

Choose a reason for hiding this comment

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

How is that different from DataXY<NumberArray> ?

Copy link
Member

Choose a reason for hiding this comment

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

I created cheminfo/cheminfo-types#99 to allow NumberArray in the DataXY type

targos added a commit to cheminfo/cheminfo-types that referenced this pull request Mar 7, 2024
It's a generic enough type that we shouldn't restrict it too much.

Refs: mljs/spectra-processing#224
targos added a commit to cheminfo/cheminfo-types that referenced this pull request Mar 12, 2024
It's a generic enough type that we shouldn't restrict it too much.

Refs: mljs/spectra-processing#224
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.

3 participants