Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mooc-rr-ressources
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Learning Lab
mooc-rr-ressources
Commits
6c3faccc
Commit
6c3faccc
authored
Aug 28, 2019
by
Konrad Hinsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
57d0e5ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
analyse-syndrome-grippal-orgmode.org
module3/ressources/analyse-syndrome-grippal-orgmode.org
+1
-1
No files found.
module3/ressources/analyse-syndrome-grippal-orgmode.org
View file @
6c3faccc
...
@@ -117,7 +117,7 @@ week = [row[0] for row in valid_table]
...
@@ -117,7 +117,7 @@ week = [row[0] for row in valid_table]
assert week[0] == 'week'
assert week[0] == 'week'
del week[0]
del week[0]
inc = [row[2] for row in valid_table]
inc = [row[2] for row in valid_table]
assert inc[0] == 'inc
assert inc[0] == 'inc
'
del inc[0]
del inc[0]
data = list(zip(week, inc))
data = list(zip(week, inc))
#+END_SRC
#+END_SRC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment