BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

String Representation of Matrix #244

Closed chrisgioia64 closed 10 years ago

chrisgioia64 commented 10 years ago

When I run

fixed RealMatrix mu = [1, 1];
query mu;

it returns

Jama.Matrix@6cd6798

This happened when we switched over to the sbt build system.

chrisgioia64 commented 10 years ago

@lileicc great

chrisgioia64 commented 10 years ago

@lileicc still seems to print out gibberish for RealMatrix. running /blog/blog with commit d5957f406abf3911892cb

cberzan commented 10 years ago

@chrisgioia64 is it working with the https://github.com/BayesianLogic/blog/pull/248 branch?

chrisgioia64 commented 10 years ago

@cberzan yeah it works on that branch, didn't realized it hadn't been merged.