Skip to content

Commit

Permalink
refactor: change variables and functions names
Browse files Browse the repository at this point in the history
Change nmrPeakDetection by getRanges
Change nmrPeakDetection2D by getZones

Change variables names from signals to ranges or zones to make the code more comprensible. #7
  • Loading branch information
andcastillo committed Nov 17, 2016
2 parents 4302b95 + d0ad3a4 commit a55ac42
Show file tree
Hide file tree
Showing 72 changed files with 40,800 additions and 33,688 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
extends: 'eslint-config-cheminfo'
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
.idea
node_modules
.DS_Store

.eslintcache
test/data/h1_31.jdx
*.log

src/gg.js
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spectra-data project

Or to test just one of the testing file

`npm test test/testNMR.js`
`npm test test/NMR.js`

http://unitjs.com/guide/should-js.html

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a55ac42

Please sign in to comment.