We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
requirements.txt
1 parent 77fca9e commit 7bfbef2Copy full SHA for 7bfbef2
README.md
@@ -134,7 +134,7 @@ We value the following contributions:
134
135
### How to contribute?
136
137
-1. Run `pip install -r requirements-dev.txt` to install all the dev
+1. Run `pip install -r requirements.txt` to install all the dev
138
dependencies.
139
2. Run `pre-commit run --all-files` and `make test` before pushing on the repo; CI should pass if
140
these pass locally.
examples/Introduction.ipynb
@@ -328,7 +328,7 @@
328
"\n",
329
"ax1.plot(scale_samples)\n",
330
"ax1.set_xlabel(\"Samples\")\n",
331
- "ax.set_ylabel(\"scale\")"
+ "ax1.set_ylabel(\"scale\")"
332
]
333
},
334
{
0 commit comments