[BUG] Read-in FID #268

Closed
opened 2024-04-28 10:35:02 +00:00 by saeckech · 1 comment
Member

Current behavior

when reading in Data as FID, the DeltaY column choice is greyed out. However, if there was a value entered while in a different read-in mode, e.g. 'points', this can throw an out of bounds error

Version

2024-04-03

Expected behavior

No response

Steps to reproduce

  1. read data as points, selecting columns x=1, y=2 3, DeltaY=5
  2. read data with three columns as FID, selecting x=1, y=2 3. Do not clear the DeltaY field before switching to 'FID-mode'
  3. Error log produces messages like "Line #32 (got 3 columns instead of 4)" for every column

Log messages

Line #xxx (got 3 columns instead of 4)

Anything else?

No response

### Current behavior when reading in Data as FID, the DeltaY column choice is greyed out. However, if there was a value entered while in a different read-in mode, e.g. 'points', this can throw an out of bounds error ### Version 2024-04-03 ### Expected behavior _No response_ ### Steps to reproduce 1. read data as points, selecting columns x=1, y=2 3, DeltaY=5 2. read data with three columns as FID, selecting x=1, y=2 3. Do not clear the DeltaY field before switching to 'FID-mode' 3. Error log produces messages like "Line #32 (got 3 columns instead of 4)" for every column ### Log messages ```shell Line #xxx (got 3 columns instead of 4) ``` ### Anything else? _No response_
saeckech added the
Kind/Bug
label 2024-04-28 10:35:02 +00:00
Author
Member

Similar: Entering column numbers higher than the number of columns also gives error messages like "Line #32 (got 3 columns instead of 3)". It would be helpful to change the message to something like "column 5 referenced, but only 3 columns found"

Similar: Entering column numbers higher than the number of columns also gives error messages like "Line #32 (got 3 columns instead of 3)". It would be helpful to change the message to something like "column 5 referenced, but only 3 columns found"
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: IPKM/nmreval#268
No description provided.