-
-
Notifications
You must be signed in to change notification settings - Fork 14
BUG: Fix mistranslated expression in amos.h #69
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
base: main
Are you sure you want to change the base?
Conversation
|
In the mean time, here's a C++ program that accepts the input parameters of
For example, with the changes in this PR: |
|
After poking around some more, I see there are tests that don't rely on those parquet files. For example, @jorenham's pull request added |
|
I added unit tests. Since these are new tests that are not related to old scipy tests, I put the test file in a new subdirectory, |
|
Windows failures are not new: #70. |
Closes scipygh-46. Thanks to github user hchau630 for identifying the problem and suggesting the fix.
014469c to
32a0895
Compare
|
@steppi might you get to this in time for SciPy 1.17.0? |
It looks like I have until December 6th? Yeah, I think that's doable. I don't have a lot of bandwidth for unfunded work at the moment, but this seems like it should only take a short time. |
|
there is also the smaller patch of #76 |
|
Who else has commit rights to the |
|
https://github.com/orgs/scipy/teams/xsf-team, but also probably org owners |
Closes gh-46.
Thanks to github user hchau630 for identifying the problem and suggesting the fix.