Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: pre-commit fixes
Browse files Browse the repository at this point in the history
pre-commit-ci[bot] committed Dec 3, 2024
1 parent df1d248 commit 92f0c0c
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/data/cycler_data/custom_instrument_1.yml
Original file line number Diff line number Diff line change
@@ -53,4 +53,3 @@ raw_limits:
stable_current_soft: 4.0
stable_voltage_hard: 2.0
stable_voltage_soft: 4.0

Original file line number Diff line number Diff line change
@@ -47,7 +47,9 @@
"source": [
"filedir = pathlib.Path(\"../../data/cycler_data\")\n",
"instrument_file = filedir / \"custom_instrument_1.yml\"\n",
"c = cellpy.get(filedir / \"custom_data.csv\", instrument=\"custom\", instrument_file=instrument_file)"
"c = cellpy.get(\n",
" filedir / \"custom_data.csv\", instrument=\"custom\", instrument_file=instrument_file\n",
")"
]
},
{
@@ -107,7 +109,7 @@
"# To save the data uncomment the following lines when running in local machine\n",
"\"\"\" np.savetxt('time.csv', time, delimiter=\",\")\n",
"np.savetxt('current.csv', current, delimiter=\",\")\n",
"np.savetxt('voltage.csv', voltage, delimiter=\",\") \"\"\"\n"
"np.savetxt('voltage.csv', voltage, delimiter=\",\") \"\"\""
]
}
],

0 comments on commit 92f0c0c

Please sign in to comment.