WUT_Computer_Science/.vscode/settings.json

12 lines
190 B
JSON
Raw Normal View History

2023-04-17 22:49:40 +02:00
{
2023-05-13 13:33:48 +02:00
"python.linting.pylintArgs": [
"--generate-members"
],
"cSpell.words": [
"dtype",
"loadtxt",
"optim",
"Xbatch",
"ybatch"
]
2023-04-17 22:49:40 +02:00
}