>
>
>> Are you using the NTAX_DEVELOPER_BUILD flag? Or do you do ./build.sh for
>> each new branch?
>>
> Never heared of, what's this flag for?
>
>
If that is set then the build will simlink python files from the instal
directory back to the $NUPIC directory. That way you can edit files
directly without having to rebuild/reinstall nupic.


>
>> 2. It looks like there is another requirement 'vtk' which is a pretty
>> huge install process all by itself. As much as I want to see the pretty
>> graphs I can't get it to build on my machine (OSX 10.9)
>>
> This is true.  vtk is a dep of mayavi, so I silently assumed that. It's
> however true that the vtk is a big c++ package which can be trouble to get
> built. I'd like to ditch mayavi for a more light-weight solution, any
> ideas? Ideally something with matlab syntax, so I'll try matplotlib? (which
> we are/were shipping, but mpl was a pain too on osx afaik)
>

This is a clear need for this. I've reached out to some knowledgable
people, I'll let you know what I hear. What we want is a python wrapper for
https://github.com/unconed/MathBox.js.

4. After I added that I get this error:
>>
> Then it's already working for you! (sort of :) ), those are not real
> errors.
>
>>  ians-air:ALife iandanforth$ python
>> alife/experiments/utility_map/utility_map.py 3 6 24 24
>>
>> feval not set! do not forget to def(ine) the function and set it with
>> setEvaluationFn()
>>
> This is an (intended) warning when Ulitity encoder is initialized without
> the eval function (which is required), but I add it later in the class that
> instantiated the encoder.. Should I reword the warning to avoid confusion?
>

Generally I expect warnings to start with "Warning:" just so I know I can
ignore it.

Ian
_______________________________________________
nupic mailing list
[email protected]
http://lists.numenta.org/mailman/listinfo/nupic_lists.numenta.org

Reply via email to