Gabriele Lanaro
Gabriele Lanaro
There is a preferred way to run parametrized texts? For example I'm testing a scientific code on a series of molecules, something like: ``` def calc_energy(molecule, expected_energy): .... ``` I've...
I'm testing the last revisions, using the assert_hook stuff. Maybe it's a bit premature to post issues about this feature, but I've written a little test to show the problematic...
This is necessary to implement proper fullscreen handling, as when the container goes fullscreen, it will handle the placing of UI elements. Other UI elements include colorbar/filtering options Necessary for...
el-get seems to support a whole lot of packages and emacs-for-python can probably benefit from having an installer that keeps all the packages updated. Advantage: simplified structure, epy has to...
Hi, I wonder if you also tried the distance weighted margin loss specified in Sampling Matters in Deep Embedding Learning. I see you have the sampling scheme applied to deviance...
My version string returns: ``` 0.11.5.dev0+dirty ``` The error I'm having is as follows: ``` bcolz.zeros((1, 78840, 3)) ``` ``` --------------------------------------------------------------------------- MemoryError Traceback (most recent call last) in () ---->...
For example: ``` db = ChemlabDB() db.vdw["Li"] db.masses["H"] db.vdw.keys() ``` However there could be some problems with online databases (can you list all possible molecules from an online database?)
IOHandler abstraction is overkill and verbose, a better solution would be to use simple functions to read/write common file formats. Also, this is useful in exploratory data analysis because functions...