Rob Miller
Rob Miller
referencing #195 and #74 platformio.ini settings I have tried without luck: [env:nodemcuv2] platform = espressif8266 board = nodemcuv2 framework = arduino ;;board_upload.maximum_ram_size = 65536 ;; https://github.com/platformio/platform-espressif8266/issues/195 ;[env:esp12e] ;platform = espressif8266...
"about:preferences#containers" is really helpful, would still be very useful to have a button in the Temporary Containers controls somewhere to 'delete all temporary containers now'. If there's a disagreement with...
Hi, pretty please update for iOS8 deprecations? Most are trivial changes, the ones that took some checking were TSQCalendarView.m:tableView numberOfRowsInSection: NSRange rangeOfWeeks = [self.calendar rangeOfUnit:NSCalendarUnitWeekOfYear inUnit:NSCalendarUnitMonth forDate:firstOfMonth]; TSQCalendarView.m:tableView numberOfRowsInSection: NSRange...
I have the same problem with LuaJIT as installed from torch (currently LuaJIT 2.1.0-beta1) on linux, which also reports _VERSION=='Lua 5.1'. The ugly but explicit version fix following the above...
@JoaoRodrigues did you pick up and perhaps implement my note on https://github.com/biopython/biopython/pull/3775#issuecomment-1139727284 on using `as_handle()` that I think addresses this?
Try stepping through with a debugger like VSCode?
I’m certainly interested in this but have not investigated. A quick search comes up with CuPy: https://towardsdatascience.com/heres-how-to-use-cupy-to-make-numpy-700x-faster-4b920dda1f56 But needs ‘import cp’ instead of ‘import numpy’. Is there perhaps a way...
Followup: * CuPy itself is not a direct improvement for my code at least, probably due to overheads moving data in/out of the GPU. While specific large matrix operations are...
Unable to work out the issue running the tutorial tests on linux. Saw same problem on MacOS and solved by wrapping some evaluations in print() statements, but my Ubuntu 18.04...
Had issues with the following doctests under linux: ``` >>> myChain.atom_to_internal_coordinates(verbose=True) chain break at THR 186 due to MaxPeptideBond (1.4 angstroms) exceeded chain break at THR 216 due to MaxPeptideBond...