Skip to content

Commit

Permalink
fixing the mental fourth cluster in the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessica Pilling committed Mar 28, 2024
1 parent b606c55 commit 3bb056a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/notebooks/tutorials/photometry.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"cluster_data = np.array([['DEMO-1', 40.912, -48.561, 0.495, 2.539, 138.504, 4.243],\n",
" ['DEMO-2', 41.353, -53.029, 0.300, 4.720, 150.571, 4.141],\n",
" ['DEMO-3', 43.565, -58.953, 0.428, 3.292, 221.674, 5.713],\n",
" ['DEMO-4', 79.156, -54.500, 0.273, 1157.04, 1684.15, 108.60]])\n",
" ['DEMO-4', 79.156, -54.500, 0.299, 3.870, 207.243, 7.181]])\n",
"\n",
"sample_df = pd.DataFrame(data=cluster_data, columns=column_names)\n",
"sample_df[['ra', 'dec', 'z', 'r500', 'richness', 'richness_err']] = \\\n",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notebooks/tutorials/sources_samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@
"cluster_data = np.array([['DEMO-1', 40.912, -48.561, 0.495, 2.539, 138.504, 4.243],\n",
" ['DEMO-2', 41.353, -53.029, 0.300, 4.720, 150.571, 4.141],\n",
" ['DEMO-3', 43.565, -58.953, 0.428, 3.292, 221.674, 5.713],\n",
" ['DEMO-4', 79.156, -54.500, 0.273, 1157.04, 1684.15, 108.60]])\n",
" ['DEMO-4', 79.156, -54.500, 0.299, 3.870, 207.243, 7.181]])\n",
"\n",
"sample_df = pd.DataFrame(data=cluster_data, columns=column_names)\n",
"sample_df[['ra', 'dec', 'z', 'r500', 'richness', 'richness_err']] = \\\n",
Expand Down

0 comments on commit 3bb056a

Please sign in to comment.