-
In trying to diagnose https://github.com/jonfroehlich/makeabilitylabwebsite/issues/344 on the test server, I attempted to upload a new TouchCam PDF in https://makeabilitylab-test.cs.washington.edu/adm…
-
Officially opening an issue, per earlier conversation:
The following code:
```
import numpy as np
import george
from george.kernels import ExpSquaredKernel
a = 0.1
s = 0.5
x = np.linspace(0, 1000,…
-
I used hmm.fit with the labeled fitting, but I got 0 improvement.
Here's my code: https://gist.github.com/himat/7c07190af11a1b16917b53d7a872c167
Am I doing something wrong with the list of lists…
himat updated
7 years ago
-
The Puget Sound OBA deployment currently does not include service alerts. Sound Transit does have an RSS feed that includes a more 'free-form' list of service alerts. Until ST is able to pipe this dat…
-
PersonData is not easy to create for purposes other than the current demonstration code.
This makes it difficult to write tests and modularize the code.
-
There is a way to make shorter please?:)
Console, Movies, Audio, PC, TV, Other, Books, Video content, Documentary films, TV and other video, Foreign movies, national cinema, TV series, Foreign film…
-
Circuits are a feature many want in network inventory, so eventually we should provide this to them. `a_endpoint` and `z_endpoint` could be refs to existing `interface` objects.
-
Here is the modification to add a trip pattern. The geometry is not needed on the r5 side, just the stop positions.
```
{
"name": "New Trip Pattern",
// is this pattern bidirectional
"bidirecti…
-
1. What does this package do? (explain in 50 words or less)
_Currently, the package facilitates the import of GTFS data (from url or local path) to create `gtfs` objects, validates file struct…
-
Transit-modeling planetary statistics and functional code need to be split off into their own files so that the functional code can be replicated and reused for multiple planets.