Skip to content

Commit

Permalink
Merge branch 'feature/numpy-tasks' of https://github.com/serynabatov/…
Browse files Browse the repository at this point in the history
…pythia-foundations into feature/numpy-tasks
  • Loading branch information
serynabatov committed Apr 20, 2024
2 parents 551dd93 + 1b1e62b commit 7aaed44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/numpy/numpy-basics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1067,6 +1067,7 @@
"source": [
"# GIVEN CODE\n",
"import scipy.stats as sps\n",
"\n",
"A = sps.uniform.rvs(size=10**3)\n",
"\n",
"np_sec_av(A)"
Expand Down Expand Up @@ -1126,7 +1127,7 @@
"outputs": [],
"source": [
"# GIVEN CODE\n",
"X = np.array([[100,200,300,400,500, 600], [200, 300, 500, 22, 11, 17]])\n",
"X = np.array([[100, 200, 300, 400, 500, 600], [200, 300, 500, 22, 11, 17]])\n",
"\n",
"S2 = transform(X)\n",
"print(S2)"
Expand Down

0 comments on commit 7aaed44

Please sign in to comment.