#252 closed defect (fixed)
bug when "decompiling"
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Interface | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
From tolbase interface do the following
- Open matrix_type/test_MH/binormal_MH.tol
- Compile it, may be set the size of the MCMC to a lower value for instance:
Matrix chain = MetropolisHastings(MH_def, 10, 10);
- Decompile it
- Try to compile again: TOL complains about d1 and d2. Also if you instead try
to inspect the Real node in the grammar tree tolbase crash.
Change History (3)
comment:1 Changed 18 years ago by
bug_file_loc: | → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000252/?only_with_tag=TOL-REL-1-1-4_BRANCH_20061130 |
---|---|
Owner: | changed from danirus to Jorge |
comment:2 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 18 years ago by
bug_file_loc: | http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000252/?only_with_tag=TOL-REL-1-1-4_BRANCH_20061130 → http://cvs.tol-project.org/viewcvs.cgi/tol_tests/toltcl/Bugzilla/bug_000252 |
---|
Note: See
TracTickets for help on using
tickets.
test added to CVS