| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
|
||
| :type polarity: float | ||
| :param polarity: Polarity of the sentiment in the ``[-1.0, 1.0]`` range. | ||
| Larger numbers represent more positive sentiments. |
|
c70c471 looks fine, except for the (API-induced) confustion between polarity and magnitude. We may not be able to fix the conceptual issue, but maybe the docs have some words about the ideas? e8b1b0f is fine. 6c4b6ef looks fine: the last assertion looks like it could be either too broad (to avoid flaky failures). |
Sorry, something went wrong.
|
LGTM once the docstring for sentiment includes a link to the concept docs. |
Sorry, something went wrong.
…-around time (#2189) Update to the CI/CD pipeline via github workflow to help cut turn-around time. * added github workflow * changed the number of pytest-xdist workers from "auto" to "8" (based on local tests and discussion with Tim, choosing auto sometimes takes longer to run than choosing a smaller number. I suspect this is partly because for small or short tests the overhead needed to setup a worker exceeds the time savings of having extra workers). * modified numerous tests to explicitly include a project path to avoid an attempt to find the project by making an external call via the pydata-google-auth workflow (which opens an input and waits for response from the user that never comes).
| Back | FazBrowse Home | New Git URL |
NOTE: Has #2187 as diffbase.