fix np dev failure#7984
Conversation
|
Hi there @nden 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog and making sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. Everything looks good from my point of view! 👍 If there are any issues with this message, please report them here. |
pllim
left a comment
There was a problem hiding this comment.
As long as tests pass, LGTM. Note to self: Need to look carefully at numpy dev build.
| - Add a ``separability_matrix`` function which returns the correlation matrix | ||
| of inputs and outputs. [#7803] | ||
|
|
||
| - Fixed a bug in ``JointFitter``. [#7984] |
There was a problem hiding this comment.
A little vague - what about:
| - Fixed a bug in ``JointFitter``. [#7984] | |
| - Fixed compatibility of ``JointFitter`` with the latest version of Numpy. [#7984] |
There was a problem hiding this comment.
Too bad I looked at this after I looked at my email and pushed a change. I can't try the suggested change now.
|
CircleCI failure is unrelated. |
|
numpy-dev build is clean!!! |
|
I'm going to push one more doc change here with "skip ci", so don't merge just yet. |
|
I needed to backport this to LTS to fix the circleCI failures. Note to self: I'm afraid we'll have to have two changelog entries. If the release script will complain it needs to be added to the exceptions. |
fix np dev failure
Resolves #7678