teuben / nemo

a Stellar Dynamics Toolbox (Not Everybody Must Observe)
https://astronemo.readthedocs.io
GNU General Public License v2.0
58 stars 43 forks source link

tabrows does not select correctly for large tables #141

Open teuben opened 7 months ago

teuben commented 7 months ago

Example:

  tabgen - nr=20000 | tabcols - 1:3

should just select those 3 lines, but select all above 10000. Probably some limitation in nemoinp ?

Should we have a smarter parser for such special cases that don't depend on some NMAX in nemoinp ?