Jordan Landers

Results 23 comments of Jordan Landers

@cisaacstern Can you speak to the specifics of the memory issue we were up against, in this context?

@cisaacstern I seem to be incapable of producing an immaculate pair of files. Is this something I should try to fix or is this a case for your magic wand?...

@cisaacstern Done! Now with a clean bill of health! Fantastic!

@cisaacstern Oy. Failed. Ok, I'm not sure what went wrong, but I'll get out my fine (and coarse) toothed comb and go on a hunt.

@cisaacstern I confess that I'm a bit puzzled. I just ran it locally with the `url_d` inside and outside the scope of the function `make_url` for the smallest of the...

> @cisaacstern I confess that I'm a bit puzzled. I just ran it locally with the `url_d` inside and outside the scope of the function `make_url` for the smallest of...

@cisaacstern Makes sense. Like putting import statements in the preprocessing function. Great do have clarification. Would it be better to give it a test run with only two of the...

@cisaacstern I find this mysterious... I ran up against this issue when I ran this snippet ``` try: with open_chunk(all_chunks[0], config=recipe) as ds: display(ds) except FileNotFoundError as e: print(str(e)) ```...

@cisaacstern I didn't properly answer your question earlier. If I navigate to each of those links in a browser, a download begins. Any leads on what might be afoot here?

@cisaacstern I came across a version of this issue (I think), which was improved by appending '#mode=bytes' to the url. We're really hoping to be able to make either the...