[Test] Junk

Analysis

var xs = from a in Enumerable.Range(0, 9) where a % 2 == 0 select a; foreach (var x in xs) { Console.WriteLine(x); }

General

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1348

ORG-18971

Analysis broken if data size of input X and Y are differentnlmljljjhgfhfdgjhfgj

 

Issue existed since Origin 2019b.

 

 

Mathematics

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1353

ORG-16201

Apparent Interpolation issue with (<autoX>,<new>) output

 

Show Error and disable OK for the case

 

1343

ORG-21626

avecurves: run time error if change parameters from graph

 

Fixed.

 

Batch Processing

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1340

ORG-21344

Batch PA fails to output Fit Statistics in Summary sheet

 

In Batch Peak Analysis using Theme dialog, uncheck Delete Intermediate Result checkbox and choose Peak Prpoerties as result sheet. Click OK.

In Result sheet, no Fit statistics, such as

Number of Points, Degrees of Freedom, Reduced Chi-Sqr, Residual Sum of Squares, R-Square (COD), Adj. R-Square, and Fit Status

Bug since Origin 2017.

 

1339

ORG-21032

Batch peak analysis failed if number of input data is large

 

E.g. In older versions, do a batch peak analysis with 10,000 columns, or using script:

paMultiY iy:=(1,2:end) theme:="TestAuto" append:=peak_properties;

==> Error shows, “VC Member function call execution error”

 

Fitting

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1349

ORG-20280

Better Range initialization for X Error column in fitting tools

 

Set the X Error data correctly for multiple datasets case.

 

Worksheet Data Manipulation

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1338

ORG-21142

Case sensitive for Unstack Columns

 

We fixed it in Origin 2020b so unstacking column is case insensitive.

E.g. data with group info. A and a will be put together.

 

 

Statistics

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1351

ORG-21015

Cluster Gadget creates incorrect category by using localized string

 

In German, Japanese and Chinese version of Origin, when use Cluster gadget to create categories with data, the created category can have incorrect localized strings. Fixed in 2020b.

 

1345

ORG-21475

Exclude Empty Dataset was broken for Statistics on Columns

 

Prior to Origin 2020b, if the N total moment was unchecked, Statistics on Columns would fail to exclude empty datasets.

 

Batch Processing

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1341

ORG-21043

Fail to export multi-page file when source data is not import from files

 

When do Batch Processing with word template, if Data Source is not Import from files, and Export as multi-page file is checked under Word/PDF branch, no word/pdf file will be exported.

 

General

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1354

ORG-21647

For analysis that uses the whole sheet as input, recalculation will be broken if deleting column in input worksheet

 

E.g. Worksheet: Remove/Combine Duplicated Rows… tool treat the whole sheet as input.

If user delete a column after using this tool, the recalculation was broken in the past. It’s fixed in Origin 2020b.

 

1344

ORG-21572

Gadget do not work with column or bar plot

 

Issue since Origin 2017. Fixed in 2020b.

Statistics Gadget failed to work on column plot.

 

Fitting

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1346

ORG-21416

NLFit: Concatenate mode fails to add error bars if change parameter

 

Fixed in 2020b

 

Peak Analysis

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1337

ORG-21032

Peak Fitting: Open Peak Analyzer to do fit or using batch Peak analysis or batch processing gives different result

 

Text Labels & Legends

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1347

ORG-21334

Pie Chart legend incorrect in certain conditions

 

Statistics

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1342

ORG-21327

P-Value of Dunn-Sidak test in Two Way RM ANOVA is wrong for Unbalance Design Data – New in beta2

 

E.g. The P values of Sidak Test are very large number instead of 0 ~1. The issue started since we supported unbalanced data in Two Way RM ANOVA in Origin 9.2.

 

Fitting

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1350

ORG-21220

When there’re missing value in fitted curve, Find X From Y return invalid value.

 

Fixed in 2020b.

 

Worksheet Data Manipulation

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1352

ORG-21083

Wrong result for XF reducexy with descend data

 

Fixed in 2020b

 

Data Handling

Matrix Manipulation

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1356

ORG-21566

Fail to update image thumbnail after changing matrix dimension

 

Fixed.

 

Import Data

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1357

ORG-21451

Import Wizard dialog failed to be opened in Select Filter dialog

 

Newly broken in Origin 2020.

If user has multiple import filters under User Files folder, when drag and drop a data into Origin workspace, Select Filter dialog will open.

Click Import wizard button, ==> The dialog failed to open.

 

Importing Third Party Formats

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1358

ORG-21487

NetCDF Connector should exclude *.cdf file extension for D&D import

 

Drag and drop of *.CDf files should not be handled by NetCDF DC. instead handle with impCDF.

 

Workbook and Worksheet

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1355

ORG-21431

Set Column Display Format ### ### ###

 

  1. Enter in cell A1 a number 123123123.

  2. Go to column properties of col(A). Set column Display to Custom, set Custom Display to ### ### ###.
    ==> it shows 123123 123 ### instead of 123 123 123.

The problem exists since 9.1 when it supports custom format.

 

Importing Third Party Formats

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1359

ORG-21214

Variable name should go to LN when using Matlab console to import variable

 

This issue has existed since 9.6

To reproduce:

  1. Select connectivity: MATLAB Console

  2. In MATLAB Command Window, type: "test=10", press enter.

  3. In Origin MATLAB Console dlg, Click Import button,

  4. In MATLAB Import dlg, select test, click Import as Worksheet button.

  5. Check the Matlab imported worksheet.
    ==>the variable names lost since SCN is on by default. The variable names go into short name of the column in the old version.

 

Graphing

General

ID

JIRA

SUMMARY

DETAILS

ID

JIRA

SUMMARY

DETAILS

1319

ORG-21618

Add plot by Layer Content cannot auto pick X column on the right side

 

Origin support plotting with X at the right of Y since Origin 9.7. But add plot by Layer Content cannot auto pick X column on the right side.

 

Data Label

ID

<