Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
Mmasoud1 committed Jan 6, 2024
1 parent 22e75b7 commit 3124da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@

<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="google-site-verification" content="TcejApuuawBtByvMMh3D1Zrj0AUxix8B1Xw8ofqjMS4" />
<!-- <meta name="google-site-verification" content="TcejApuuawBtByvMMh3D1Zrj0AUxix8B1Xw8ofqjMS4" /> -->
<meta name="google-site-verification" content="5yEGMawvBR4zfLjigHPJXsov60f1L7lcH9O0CMbVY3E" />
<!-- To avoid favicon.ico error put: -->
<link rel="shortcut icon" href="#">

Expand Down
6 changes: 0 additions & 6 deletions test/histojs_test/analysisFunctions_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,4 @@ describe("Main Analysis Functions", function () {
});
});

// describe('#isValidFeaturesData()', function () {
// it('return if features data size is equal total cell num', function () {
// expect( isValidFeaturesData([]) ).to.be.false;
// });
// });

});

0 comments on commit 3124da3

Please sign in to comment.