Skip to content

Commit beb5249

Browse files
author
Mike Wunderlich
committed
test numpy
1 parent f810e32 commit beb5249

File tree

2 files changed

+5
-14
lines changed

2 files changed

+5
-14
lines changed

environment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ channels:
33
- conda-forge
44
dependencies:
55
- python
6-
- rise
6+
- rise
7+
- numpy

test.ipynb

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,11 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 6,
5+
"execution_count": 7,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"name": "stderr",
10-
"output_type": "stream",
11-
"text": [
12-
"1:1: E265 block comment should start with '# '\n",
13-
"2:2: E225 missing whitespace around operator\n"
14-
]
15-
}
16-
],
7+
"outputs": [],
178
"source": [
18-
"#bad\n",
19-
"a=1"
9+
"import numpy as np"
2010
]
2111
},
2212
{

0 commit comments

Comments
 (0)