blocked_representation get_number
Status: Alpha
Brought to you by:
jsadelman
hi James,
in order to make the verification_module really a module we are left with a parameter that we are not able to extract from lazynut, namely the number of blocks of an existing blocked_representation. We need to create another blocked_representation with the same number of blocks of the pre-existing one. How can we do that?
new_block_rep number (old_block_rep get_number)
or something like that..
I tried with
new_block_rep number (old_block_rep get_description_element Number of blocks)
but it does not work
leaving out number of blocks seems to work!
On 3 November 2016 at 17:47, Michele Gubian uasolo@users.sf.net wrote:
--
Dr Michele Gubian
Research Associate
School of Experimental Psychology
Office 3D3
The Priory Road Complex,
Priory Road, Clifton BS8 1TU
Bristol, UK
mm14722@bristol.ac.uk
Related
Tickets: #173
I think you can leave it at 0, and magically incant:
create parallel_conversion liner_upper
liner_upper set_source old_block_rep
liner_upper set_target new_block_rep
and it should sort it out for you.