-
```
python 'a_bit_mondrian.py'
Traceback (most recent call last):
File "a_bit_mondrian.py", line 37, in
draw_mondrian(500, 500, COLORNUMS)
File "a_bit_mondrian.py", line 18, in draw…
-
OS: Windows 10
Running inside Anaconda.
```shell
> python -V
Python 3.6.2 :: Continuum Analytics, Inc.
```
Installing dependencies works fine:
```shell
> pip install setuptools numpy sci…
-
Hello everyone, I ran into a couple of issues while trying the tutorial:
``` ssh
$ cargo run
Running `target/debug/mondpaint`
paint_rectangle: 20, 20, 300, 250
thread '' panicked at 'called `Result::…
-
In my cube i have a time dimension with attributes 'Date', 'Month', 'Week', and 'Year', also i am using ms sql server as datasource.
The next MDX query works fine:
SELECT { [Measures].AllMembers…
-
The XML definitions:
The SQL Definitions:
CREATE TABLE space_dimension(
parent_space_id BIGINT NOT NULL,
space_id BIGINT NOT NULL,
space_name VA…
-
Hi,
I am trying to build Mondrian 3.7. I have some setup issues which is causing the build to fail. Can you please tell me what am I doing wrong ?
An Excerpt of the error is given below. Kindly shed …
-
I'm using Saiuku with Mondrian 4 and CitusDB's [cstore_fdw](https://github.com/citusdata/cstore_fdw) for storing the fact tables.
Mondrian can't retrive the FTs from Postgres and that's something ver…
-
On a clean install I see this:
```
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/__init__.py", line 3, in
from .mondrian import MondrianForestClassifier
F…
-
In Mondrian 4.0, while trying to create and use more than one dimensions in a which have the same shared dimension as source, Mondrian throws an exception. For example, if there is a shared "Time" di…
-
I install mondrian with version 3.5, and success to connect it to hive, it can work now.
But once I upgrade it to 4.3, it can't work fine any way.
update step:
download mondrian-4.3.jar, then repl…