-
nilmtk v0.1 used to have a CSV exporter for results. v0.2 currently lacks this. This should be fairly easy to do and adds value immediately.
-
Summary of the discussion started at JuliaLang/julia#2278:
@pao wrote:
> Picking good colors is an old problem, but see e.g. http://colorbrewer2.org/. Or perhaps port @timholy's MATLAB code up on Fi…
pygy updated
10 years ago
-
I'd like to summarize what I feel needs to be done on the BaseRaw class + io module. Here are the few steps I would take
- rename mne.fiff to mne.io
- mv mne/fiff/evoked.py to mne/evoked.py. It's much…
-
This is a summary of the discussions in #7 and #4 and intended to reflect the latest decisions about the API.
Each (adaptive) solver accepts 3 arguments (PR in #14 )
- `F`: the RHS of the ODE `dy/dt …
acroy updated
10 years ago
-
I am having problems with installing pandoc in a clean hsenv with cabal up to date
After creating the hsenv and activating it, I directly do:
```
$ cabal install pandoc
```
I do not get any error bu…
-
From io.jl:
position(s::IOStream) = ccall(:ios_pos, Int, (Ptr{Void},), s.ios)
Given that the return type is an Int and not an Int64, does this mean one is limited to 2GB files on 32bit systems?
-
I need to settle this once and for all. Online resources suggest various schemes. I need to just figure out what is correct, and do that. See comments in my code. As for code to emulate, there are…
-
This "feature" that I introduced years ago is incredibly confusing. 3 people at least got very confused by this in the last 3-4 days.
To close this ticket:
1. remove this functionality from local…
-
```
sage: A = matrix(QQ,2,2,[1..4])
sage: A \ matrix(QQ,2,1,[1,2])
[ 0]
[1/2]
sage: A \ matrix(QQ,2,1,[1/3,2/3])
------------------------------------------------------------
File "", line 1
…
-
Do
sage -t --optional SAGE_ROOT/devel/sage
and fix the numerous problems. This requires a Sage install with all optional packages installed,
and maple,mathematica,matlab,reduce,etc., all inst…