Skip to content

Commit

Permalink
fix: jcamp tree filtering n wrong scale on F1 (#2761)
Browse files Browse the repository at this point in the history
* fix: jcamp tree filtering n wrong scale on F1

* fix: wrong content in JEOL spectra

* test: modify the signals selector

---------

Co-authored-by: hamed musallam <hamed.musallam@gmail.com>
  • Loading branch information
jobo322 and hamed-musallam committed Nov 24, 2023
1 parent db978d9 commit 72447eb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -85,7 +85,7 @@
"ml-stat": "^1.3.3",
"multiplet-analysis": "^2.1.2",
"nmr-correlation": "^2.3.3",
"nmr-load-save": "^0.23.4",
"nmr-load-save": "^0.23.6",
"nmr-processing": "^11.6.0",
"nmredata": "^0.9.7",
"numeral": "^2.0.6",
Expand Down
4 changes: 2 additions & 2 deletions test-e2e/panels/ranges.test.ts
Expand Up @@ -422,8 +422,8 @@ test('2D spectra reference change', async ({ page }) => {
nmrium.page.locator('_react=ZonesPanel >> _react=PanelHeader'),
).toContainText('[ 15 ]');

const x = 2.9139017520509753;
const y = 35.65263186073236;
const x = 2.9139017520593895;
const y = 35.65263186072366;
await expect(
nmrium.page.locator(
'_react=ZonesPanel >> _react=ZonesTableRow >> nth=0 >> td >> nth=1',
Expand Down

0 comments on commit 72447eb

Please sign in to comment.