Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
Remove unnecessary cid retrieval; pin sphinx version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmearl committed Oct 26, 2017
1 parent f7321d3 commit 1449342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ env:

matrix:
# Make sure that egg_info works without dependencies
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info'
- PYTHON_VERSION=2.7 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=3.4 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=3.5 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'
- PYTHON_VERSION=3.6 SETUP_CMD='egg_info' SPHINX_VERSION='<1.6'

matrix:

Expand Down
2 changes: 0 additions & 2 deletions specviz/third_party/glue/data_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ def _remove_subset(self, message):
self._layer_widget.remove_layer(message.subset)

subset = self._layer_widget.layer
cid = subset.data.id[self._options_widget.file_att]
component = subset.data.get_component(cid)

spec_data = self._specviz_data_cache.pop(subset)
dispatch.on_remove_data.emit(spec_data)
Expand Down

0 comments on commit 1449342

Please sign in to comment.