Skip to content

Commit

Permalink
remove redundant cell w. display command
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Jan 16, 2024
1 parent 6abbe2e commit 07c2416
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions tests/quicktests/run_pipeline_w_different_input_formats.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -206,42 +206,6 @@
" lfq_manager.run_lfq(spectronaut_quicktest_file, selected_proteins_file=spectronaut_protein_subset, num_cores=1, compile_normalized_ion_table=True)\n",
" lfq_manager.run_lfq(spectronaut_quicktest_file)"
]
},
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"outputs": [
{
"data": {
"text/plain": [
"array([[1, 4],\n",
" [2, 5],\n",
" [3, 6]])"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"import pandas as pd\n",
"\n",
"# Sample dataframe\n",
"df = pd.DataFrame({'A': [1, 2, 3], 'B': [4, 5, 6]}, index=['x', 'y', 'z'])\n",
"\n",
"# Convert to NumPy array\n",
"array = df.to_numpy()\n",
"\n",
"display(array)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit 07c2416

Please sign in to comment.