Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

return axis from probplot, accept axis input in kwargs#26

Open
bayesfactor wants to merge 1 commit into
slightlynybbled:masterfrom
bayesfactor:master
Open

return axis from probplot, accept axis input in kwargs#26
bayesfactor wants to merge 1 commit into
slightlynybbled:masterfrom
bayesfactor:master

Conversation

@bayesfactor

Copy link
Copy Markdown
  1. accept ax as an input to probplot in kwargs (addresses probplot -- would be nice to return the axis or take axis as a parameter for overlays #25)
  2. return ax from probplot (addresses probplot -- would be nice to return the axis or take axis as a parameter for overlays #25 )
  3. change np.float to float (as np.float is deprecated) -- allows pytest to pass
  4. change string comparison from is to == -- clears warnings from pytest

1. accept ax as an input to probplot in kwargs
2. return ax from probplot
3. change np.float to float (as np.float is deprecated)
4. change string comparison from `is` to `==`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant