-
```
What steps will reproduce the problem?
1. Search 139-29, 88th Avenue, Jamaica, NY 11435
2. See the Geocoded data
3. Search 139-31, 88th Avenue, Jamaica, NY 11435
4. See the Geocoded data and compa…
-
```
What steps will reproduce the problem?
1.tried deleting shortyz and redownloading
2.checked passwords
3.tried downloading next day
What is the expected output? What do you see instead?
I epect …
-
```
What steps will reproduce the problem?
1.tried deleting shortyz and redownloading
2.checked passwords
3.tried downloading next day
What is the expected output? What do you see instead?
I epect …
-
My app is complete, please review. /cc @codepathreview @codepath
-
-
Passing this along, FYI. These two venues were in the same set of candidates to dedupe but `lieu` didn't seem to pick up on them.
```
Isamu Noguchi Museum And Garden
32 37 Vernon Blvd Long Island…
-
```
What steps will reproduce the problem?
1. Search 139-29, 88th Avenue, Jamaica, NY 11435
2. See the Geocoded data
3. Search 139-31, 88th Avenue, Jamaica, NY 11435
4. See the Geocoded data and compa…
-
```
What steps will reproduce the problem?
1. Search 139-29, 88th Avenue, Jamaica, NY 11435
2. See the Geocoded data
3. Search 139-31, 88th Avenue, Jamaica, NY 11435
4. See the Geocoded data and compa…
-
```
What steps will reproduce the problem?
1. Search 139-29, 88th Avenue, Jamaica, NY 11435
2. See the Geocoded data
3. Search 139-31, 88th Avenue, Jamaica, NY 11435
4. See the Geocoded data and compa…
-
```
module a
parameter (nx=50, ny=20, n=nx*ny)
real*8, dimension(n,n) :: h
end module
subroutine div(p)
use a
real p
h(1:n,1:n) = h(1:n,1:n) / p
end
use a
h(1:n,1:n) = 4.0…