Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Sep 10, 2017
1 parent 2b1426e commit aeaebdc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified tests/auto/imgs/testAddModelPDB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added tests/auto/imgs/test_isosurface_coords.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/auto/tests/testAddModelPDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ $.get('volData/4csv.pdb', function(data) {
viewer.addModel(data,'pdb');
viewer.setStyle({cartoon:{},stick:{}});
viewer.zoomTo();
viewer.render( /*no callback*/);
viewer.render();

});

0 comments on commit aeaebdc

Please sign in to comment.