Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dcolinmorgan committed Mar 25, 2024
1 parent 5bd6195 commit 2613afb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python DOTS/test/test_dots_feat.py
env:
OS_TOKEN: ${{ secrets.OS_TOKEN }}
lobstr_key: ${{ secrets.LOBSTR_KEY }}
LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}

# - name: Minimal tests 2
# run: |
Expand All @@ -46,4 +46,4 @@ jobs:
# python dots/dots_feat.py -n 5 -f 3 -s 1 -o dots_feats.csv
# env:
# OS_TOKEN: ${{ secrets.OS_TOKEN }}
lobstr_key: ${{ secrets.LOBSTR_KEY }}
# LOBSTR_KEY: ${{ secrets.LOBSTR_KEY }}
19 changes: 1 addition & 18 deletions DOTS/dots_feat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1447,23 +1447,6 @@
"response.json()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"zsh:1: no matches found: http://api.lobstr.io/v1/runs/60771d36a7fb4cbd8d6edbd2ed6375d6/download?token=c79c8ed21542a2ad224717076544f1f0f00e1acf\n"
]
}
],
"source": [
"!wget http://api.lobstr.io/v1/runs/60771d36a7fb4cbd8d6edbd2ed6375d6/download?token=c79c8ed21542a2ad224717076544f1f0f00e1acf"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -1575,7 +1558,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"featurizing articles: 6%|▌ | 159/2682 [04:06<48:11, 1.15s/it] "
"featurizing articles: 99%|█████████▊| 2646/2682 [1:26:53<01:06, 1.84s/it]"
]
}
],
Expand Down

0 comments on commit 2613afb

Please sign in to comment.