Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIL' is not of the expected type NUMBER' error #26

Open
davipatti opened this issue Sep 14, 2017 · 7 comments
Open

NIL' is not of the expected type NUMBER' error #26

davipatti opened this issue Sep 14, 2017 · 7 comments

Comments

@davipatti
Copy link
Member

Attempting to merge an HI table into a save using the gui command Merge table into save (and optimize, freezing points in original save)

Save: https://gist.github.com/davipatti/9dfd710d3ec634bd422ddb21be51123c
Hi table: https://gist.github.com/davipatti/441b1978d58a8992fb33d562b9d1d6c6

I can open and optimize both the save and HI table alone. But merging generates the following error:

CL-USER(1):

Warning: Not carrying forward any row or col adjusts.
9246776 bytes have been tenured, next gc will be global.
See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information.
9089504 bytes have been tenured, next gc will be global.
See the documentation for variable *GLOBAL-GC-BEHAVIOR* for more information.
Error: `NIL' is not of the expected type `NUMBER'
  [condition type: TYPE-ERROR]

Restart actions (select using :continue):
 0: Abort entirely from this (lisp) process.
[Current process: background-tk-listener]
@Nicolaaht
Copy link
Contributor

Nicolaaht commented Sep 14, 2017 via email

@davipatti
Copy link
Member Author

I've been using this exact option a lot for the last few weeks and it's worked fine. Here are some example data on which it works fine:

save: https://gist.github.com/davipatti/9db4e1d3979ac27b4965e1969d1f0c20
hi: https://gist.github.com/davipatti/405d198ffabc3e24573cf317b2c517ca

@Nicolaaht
Copy link
Contributor

Nicolaaht commented Sep 14, 2017 via email

@davipatti
Copy link
Member Author

davipatti commented Sep 14, 2017

There are 17 common sera, 0 common antigens.

@davipatti
Copy link
Member Author

Opening the save in the GUI, re-saving it, and then running the merge with that re-saved version works fine. Here is the re-saved version of the original save that can be merged into: https://gist.github.com/davipatti/c1a8672708fcf0dd063b20d38ea0bfb2

@Nicolaaht
Copy link
Contributor

Nicolaaht commented Sep 14, 2017 via email

@davidfburke
Copy link

I think that DIM-ANNEAL-ENDING-DIMENSION argument to add-table-to-save-and-run-randomizing-only-new-points is set to NIL by default. If there are no :MDS-DIMENSIONS '2 set in the save, then this causes errors.
Try typing the following into the lisp prompt before merging
:trace add-table-to-save-and-run-randomizing-only-new-points

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants