Skip to content

Commit 69aa781

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent bc1d111 commit 69aa781

3 files changed

Lines changed: 14 additions & 16 deletions

File tree

mease_elabftw/tests/test_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
from mease_elabftw.util import convert_weight
33
import mease_elabftw
44

5-
65
mease_elabftw.activate_logger(True)
76
mease_elabftw.set_log_level(20)
87

mease_elabftw/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import logging
88
from datetime import datetime
99

10-
1110
logger = logging.getLogger("mease-elabftw")
1211

1312
url = "https://elabftw.uni-heidelberg.de"

notebooks/get_experiments_and_upload_files.ipynb

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"cells": [
33
{
44
"cell_type": "markdown",
5-
"id": "e30c3874",
5+
"id": "0",
66
"metadata": {},
77
"source": [
88
"# mease-elabftw: get experiments and upload files"
99
]
1010
},
1111
{
1212
"cell_type": "markdown",
13-
"id": "9f32e4b6",
13+
"id": "1",
1414
"metadata": {},
1515
"source": [
1616
"Note: you need to have exported a valid API token to use this notebook, e.g.\n",
@@ -19,7 +19,7 @@
1919
},
2020
{
2121
"cell_type": "markdown",
22-
"id": "0fb6b0fe",
22+
"id": "2",
2323
"metadata": {},
2424
"source": [
2525
"### Import mease_elabftw"
@@ -28,7 +28,7 @@
2828
{
2929
"cell_type": "code",
3030
"execution_count": null,
31-
"id": "9f88e6d1",
31+
"id": "3",
3232
"metadata": {},
3333
"outputs": [],
3434
"source": [
@@ -37,7 +37,7 @@
3737
},
3838
{
3939
"cell_type": "markdown",
40-
"id": "5dce4556",
40+
"id": "4",
4141
"metadata": {},
4242
"source": [
4343
"### List all experiments matching `owner`"
@@ -46,7 +46,7 @@
4646
{
4747
"cell_type": "code",
4848
"execution_count": null,
49-
"id": "a573b6e3",
49+
"id": "5",
5050
"metadata": {},
5151
"outputs": [],
5252
"source": [
@@ -55,7 +55,7 @@
5555
},
5656
{
5757
"cell_type": "markdown",
58-
"id": "fb799ef4",
58+
"id": "6",
5959
"metadata": {},
6060
"source": [
6161
"### Get all experiments matching `owner` without an existing upload matching `exclude_filename`"
@@ -64,7 +64,7 @@
6464
{
6565
"cell_type": "code",
6666
"execution_count": null,
67-
"id": "f3949d72",
67+
"id": "7",
6868
"metadata": {},
6969
"outputs": [],
7070
"source": [
@@ -92,7 +92,7 @@
9292
{
9393
"cell_type": "code",
9494
"execution_count": null,
95-
"id": "f8374cdc",
95+
"id": "8",
9696
"metadata": {},
9797
"outputs": [],
9898
"source": [
@@ -104,7 +104,7 @@
104104
},
105105
{
106106
"cell_type": "markdown",
107-
"id": "6ce58a22",
107+
"id": "9",
108108
"metadata": {},
109109
"source": [
110110
"### View metadata, linked item, etc from experiment"
@@ -113,7 +113,7 @@
113113
{
114114
"cell_type": "code",
115115
"execution_count": null,
116-
"id": "2d859f13",
116+
"id": "10",
117117
"metadata": {},
118118
"outputs": [],
119119
"source": [
@@ -122,7 +122,7 @@
122122
},
123123
{
124124
"cell_type": "markdown",
125-
"id": "db70450f",
125+
"id": "11",
126126
"metadata": {},
127127
"source": [
128128
"## Upload a file to an experiment"
@@ -131,7 +131,7 @@
131131
{
132132
"cell_type": "code",
133133
"execution_count": null,
134-
"id": "5e866865",
134+
"id": "12",
135135
"metadata": {},
136136
"outputs": [],
137137
"source": [
@@ -141,7 +141,7 @@
141141
{
142142
"cell_type": "code",
143143
"execution_count": null,
144-
"id": "03ced54c",
144+
"id": "13",
145145
"metadata": {},
146146
"outputs": [],
147147
"source": []

0 commit comments

Comments
 (0)