NileGraddis
NileGraddis
This command bootstraps pip (-U is upgrade). If excluded, you may not have the latest pip when running the other commands, which does not seem like a major tragedy.
oh dang, matlab's python bindings are a dependency. I don't actually know much about how those work. @jsiegle how are you guys handling this deployment currently? It might make sense...
I don't have read access to those stash repos. Without knowing how the matlab engine is structured it is difficult to say what would be needed to deploy it to...
Hi @umarbrowser Apologies for the delayed response - it's a busy time for us right now. Packaging allensdk for conda sounds great and if you would like to do that...
Thanks @umarbrowser! Keep us posted.
@bendichter @oruebel Thank you for the swift response. I like the idea of fixing 2 soonish (hackathon time sounds good) and working on 3 longer-term. I will post an example...
working on 2 now.
@oruebel @ajtritt @rly I made some progress on this during the hackathon, but mainly in the direction of running into more problems :P. Here is what I've tried (the overall...
OK, immediate problem: TimeSeries doesn't etl its data. ndarrays don't have a unit attribute. Should TimeSeries wrap its data?
and if so in what? TimeSeries.data has a name but not a type.