-
Hi Greg,
I want to download MWA raw data from ASVO.
But when I run 'mwa_client -c snapshot_list.csv -d ./' on my machine terminal, it print a ssl certificates error:
_ssl.c:334: No root certificate…
-
I tried to run a 4 parameter run with values:
```python
params = dict( # Parameter dict as described above.
HII_EFF_FACTOR=[20.0, 10.0, 250.0, 3.0],
ION_Tvir_MIN=[3.0, 1, 100, 0.1],
…
-
In a previous PR discussion about Galaga romsets, @arcadez @grant2258 and I started talking through the feasibility of backporting updates to early Namco emulation.
I am going to merge that PR so I…
-
Hello,
I try to use this core with nintendo wii and golden axe 2 revenge of death adder have choppy sound and asterix doesn't load at all. Any idea why ?
-
not 100% it's an issue, but wanted to at least track some outputs here for the oscar vs enterprise discussion.
After some, mishaps, I have managed to get output files from pyuvsim on enterprise. I'…
-
C:\Users\mwas\Desktop\project\noderest api\index.js:8
sever.listern(config.PORT, () => {
^
ReferenceError: sever is not defined
at Object. (C:\Users\mwas\Desktop\project\noderest api\index.j…
-
Hello,
Just want to first say what an amazing code this is and how useful it is for my field. I am trying to use it on micro-CT images of a mouse lung. Due to the nature of the vasculature in lungs…
-
Please share the code for RunLength encoding.
Iam using Matlab R2017a and it gives the following error
Undefined function or variable 'RunLength'.
-
Jai has been trying to run obs_calibrate on the HydA observation: 1207582632
The logs complain of the following:
using calibrator model : model-HydA-58comp_withalpha.txt
```
Cannot find calibrat…
-
#### Code Sample, a copy-pastable example if possible
import pandas as pd
xx = pd.Series([0,1,2,3,4,5,6,7,8,9])
yy = xx.ewm(span=2, adjust=False).mean ()
zz = xx.ewm(span=2, adjust=True).mean …