Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
funpack
Commits
0ee47cfe
Commit
0ee47cfe
authored
Oct 05, 2018
by
Paul McCarthy
🚵
Browse files
BF: Calling removeColumns mutates the varmap
parent
41f39d13
Changes
1
Hide whitespace changes
Inline
Side-by-side
ukbparse/datatable.py
View file @
0ee47cfe
...
...
@@ -261,7 +261,7 @@ class DataTable(object):
# drop any columns associated
# with variables that were not
# listed in the new order.
for
vid
,
cols
in
oldvarmap
.
items
():
for
vid
,
cols
in
list
(
oldvarmap
.
items
()
)
:
if
vid
==
0
:
continue
if
vid
not
in
vids
:
...
...
Write
Preview
Supports
Markdown
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