Skip to content

Commit

Permalink
Logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail committed Sep 18, 2024
1 parent b0ad7cb commit 2fcf178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion jupyter/Fig1-designProcess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -389,8 +389,14 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "test-env",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion jupyter/Fig2&3-objectives.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"source": [
"directory = \"Fig2&3-objectives\" # data directory for this notebook\n",
"seed = 123456789 # random seed for replicability\n",
"fss.logger.setup(level=logging.DEBUG) # set logging level for the package\n",
"fss.logger.setup(level=logging.WARNING) # set logging level for the package\n",
"subsetSize = 10 # size of subset selected\n",
"\n",
"firstDataset = fss.Dataset(randTypes=\"multimodal\", size=(1000, 10), seed=seed)\n",
Expand Down

0 comments on commit 2fcf178

Please sign in to comment.