home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

23 rows where user = 12465248 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: issue_url, reactions, created_at (date), updated_at (date)

issue 5

  • `ds.to_dict` with data as arrays, not lists 8
  • Handle the character array dim name 5
  • passing unlimited_dims to to_netcdf triggers RuntimeError: NetCDF: Invalid argument 4
  • Contiguous store with unlim dim bug fix 4
  • DataArray to_dict() without converting with numpy tolist() 2

user 1

  • jmccreight · 23 ✖

author_association 1

  • CONTRIBUTOR 23
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1515142339 https://github.com/pydata/xarray/pull/7739#issuecomment-1515142339 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85aTzzD jmccreight 12465248 2023-04-19T17:55:16Z 2023-04-19T17:55:16Z CONTRIBUTOR

I followed data = True / False / "array" / "list"

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1514700581 https://github.com/pydata/xarray/pull/7739#issuecomment-1514700581 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85aSH8l jmccreight 12465248 2023-04-19T13:04:19Z 2023-04-19T13:04:19Z CONTRIBUTOR

Making all the requested changes, the above should resolve momentarily.

I like this "trick"/suggestion:

And a design question/suggestion: what about instead of adding another kwarg, you could use data = True / False / "numpy"?

I will implement this if we are in agreement with @dcherian

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1511459288 https://github.com/pydata/xarray/pull/7739#issuecomment-1511459288 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85aFwnY jmccreight 12465248 2023-04-17T14:22:50Z 2023-04-17T14:22:50Z CONTRIBUTOR

I'm happy to "fix" the mypy issues, but it's on that I suspect might be requested for changes (if I recall correctly, it's just in the tests)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1504309371 https://github.com/pydata/xarray/pull/7739#issuecomment-1504309371 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85ZqfB7 jmccreight 12465248 2023-04-12T00:13:03Z 2023-04-12T00:13:03Z CONTRIBUTOR

i kinda implied, but I'll just state that the extra code to test equality of encodings is not handsome.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1504297701 https://github.com/pydata/xarray/pull/7739#issuecomment-1504297701 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85ZqcLl jmccreight 12465248 2023-04-12T00:03:23Z 2023-04-12T00:03:23Z CONTRIBUTOR

@dcherian thanks! I didnt incoroprate any suggestions yet. regarding the inequality of encodings of datasets is obscured by assert_identical(a, b) not evaluating encodings. it seems like it should have an option to also check encodings (or not).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1504241169 https://github.com/pydata/xarray/pull/7739#issuecomment-1504241169 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85ZqOYR jmccreight 12465248 2023-04-11T23:09:57Z 2023-04-11T23:09:57Z CONTRIBUTOR

In the off-hand chance this is reviewed before I push again, do not merge. I have a fix to encodings not getting properly roundtripped in Ds.from_dict(ds.to_dict). it was minor to fix but making sure it's tested will take a min

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1500720650 https://github.com/pydata/xarray/pull/7739#issuecomment-1500720650 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85Zcy4K jmccreight 12465248 2023-04-07T23:27:25Z 2023-04-07T23:27:25Z CONTRIBUTOR

I solved the mypy errors in a highly dubious way. 👀

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1500558818 https://github.com/pydata/xarray/pull/7739#issuecomment-1500558818 https://api.github.com/repos/pydata/xarray/issues/7739 IC_kwDOAMm_X85ZcLXi jmccreight 12465248 2023-04-07T19:07:35Z 2023-04-07T19:07:35Z CONTRIBUTOR

I would appreciate any edification on the Mypy failures. Looking at the indicated lines, i'm 🤷 .

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `ds.to_dict` with data as arrays, not lists 1659078413
1500552035 https://github.com/pydata/xarray/issues/1599#issuecomment-1500552035 https://api.github.com/repos/pydata/xarray/issues/1599 IC_kwDOAMm_X85ZcJtj jmccreight 12465248 2023-04-07T18:59:04Z 2023-04-07T18:59:24Z CONTRIBUTOR

The PR #7739 is available for review. @jhamman @dcherian would be my choices. i think this is pretty straight forward. I suppose the name of the kwarg being numpy_data is debatable. I based this on the discussion of numpy vs tolist above, preferring the former but acknowledging the comment that a package name as an arg is odd. Could do as_numpy or something slightly different.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray to_dict() without converting with numpy tolist() 261727170
1500449963 https://github.com/pydata/xarray/issues/1599#issuecomment-1500449963 https://api.github.com/repos/pydata/xarray/issues/1599 IC_kwDOAMm_X85Zbwyr jmccreight 12465248 2023-04-07T16:41:39Z 2023-04-07T16:41:39Z CONTRIBUTOR

I'd be interested in reviving this, this is exactly what I want to achieve. It's not clear if there was some reason this never went ahead. I looked around but didnt find anything. LMK if it there's some reason not to pursue it. THanks

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DataArray to_dict() without converting with numpy tolist() 261727170
494118496 https://github.com/pydata/xarray/pull/2941#issuecomment-494118496 https://api.github.com/repos/pydata/xarray/issues/2941 MDEyOklzc3VlQ29tbWVudDQ5NDExODQ5Ng== jmccreight 12465248 2019-05-20T19:24:41Z 2019-05-20T19:24:41Z CONTRIBUTOR

🎊

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Contiguous store with unlim dim bug fix 440254754
489828927 https://github.com/pydata/xarray/pull/2941#issuecomment-489828927 https://api.github.com/repos/pydata/xarray/issues/2941 MDEyOklzc3VlQ29tbWVudDQ4OTgyODkyNw== jmccreight 12465248 2019-05-06T23:56:01Z 2019-05-06T23:56:01Z CONTRIBUTOR

There were easy patterns to follow for this, so I just went for it. @dcherian Are the failures fixable? I'm not sure what to make of them.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Contiguous store with unlim dim bug fix 440254754
489328948 https://github.com/pydata/xarray/pull/2941#issuecomment-489328948 https://api.github.com/repos/pydata/xarray/issues/2941 MDEyOklzc3VlQ29tbWVudDQ4OTMyODk0OA== jmccreight 12465248 2019-05-04T13:51:22Z 2019-05-04T13:51:22Z CONTRIBUTOR

I should add that changing the encoding on the variable itself was not "an easy detail". The basic thing I tried was unsuccessful, so if this is desired some more work is needed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Contiguous store with unlim dim bug fix 440254754
489268054 https://github.com/pydata/xarray/pull/2941#issuecomment-489268054 https://api.github.com/repos/pydata/xarray/issues/2941 MDEyOklzc3VlQ29tbWVudDQ4OTI2ODA1NA== jmccreight 12465248 2019-05-03T23:16:21Z 2019-05-03T23:16:21Z CONTRIBUTOR

I guess the additional documentation would go here. http://xarray.pydata.org/en/stable/io.html#writing-encoded-data If we decide to keep the "gnarly" warning message, we should probably do a bit of explaination here.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Contiguous store with unlim dim bug fix 440254754
489236748 https://github.com/pydata/xarray/issues/1849#issuecomment-489236748 https://api.github.com/repos/pydata/xarray/issues/1849 MDEyOklzc3VlQ29tbWVudDQ4OTIzNjc0OA== jmccreight 12465248 2019-05-03T20:54:50Z 2019-05-03T20:54:50Z CONTRIBUTOR

@dcherian Thanks,

First, I think you're right that the encoding['contiguous']=True is coming from the input file. That was not clear to me (and I did not read the xarray code to verify). But it makes sense.

Second, my example shows something more slightly complicated than the original example which was also not clear to me. In my case the unlimited dimension (time) is chunked and is being successfully written in both cases (before and after work around). The error/ failure is happening on the a variable that contains the unlimited dimension but which has encoding['contiguous']=True for the variable.

This makes sense upon a slightly more nuanced reading of the netcdf4 manual (as quoted my markelg)

"contiguous: if True (default False), the variable data is stored contiguously on disk. Default False. Setting to True for a variable with an unlimited dimension will trigger an error."

The last sentence apparently means that for any variable with an unlimited dimension the use of contiguous=True triggers an error. That was not clear to me until I looked a bit harder at this. I think that slightly refines the strategy of how to deal with the problem.

I propose that the solution should be both a) delete encoding['contiguous'] if it is True when asked to write out a variable containing an unlimited dimension. b) raise an informative warning that the variable was chunked because it contained an unlimited dimension. (If a user hates warnings, they could can handle this deletion herself. One the other hand, there's really nothing else to do, so I'm not sure the warning is necessary... I dont have strong opinion on this, but the code is fiddling with the encodings under the hood, so a warning seems polite).

A final question: should the encoding['contiguous'] be removed from the xarray variable or should it just be removed for purposes of writing it to ncdf4 on disk? I suppose a user could be writing the xarray dataset to another format that might allow what netcdf does not allow. This should be an easy detail.

I'll make a PR with the above and we can evaluate the concrete changes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  passing unlimited_dims to to_netcdf triggers RuntimeError: NetCDF: Invalid argument 290572700
489156658 https://github.com/pydata/xarray/issues/1849#issuecomment-489156658 https://api.github.com/repos/pydata/xarray/issues/1849 MDEyOklzc3VlQ29tbWVudDQ4OTE1NjY1OA== jmccreight 12465248 2019-05-03T16:25:19Z 2019-05-03T16:40:52Z CONTRIBUTOR

Here's what I understand so far. For my file, i write it with ("ensured") and without ("unensured") the workaround (actually @markelg for discovering this).

(base) jamesmcc@cheyenne3[1021]:/glade/scratch/jamesmcc/florence_cutout_routelink_ensemble_run/ensemble> grep '_Storage' ensured_ncdsh.txt feature_id:_Storage = "contiguous" ; latitude:_Storage = "contiguous" ; longitude:_Storage = "contiguous" ; time:_Storage = "chunked" ; member:_Storage = "contiguous" ; crs:_Storage = "chunked" ; order:_Storage = "chunked" ; elevation:_Storage = "chunked" ; streamflow:_Storage = "chunked" ; q_lateral:_Storage = "chunked" ; velocity:_Storage = "chunked" ; Head:_Storage = "chunked" ; (base) jamesmcc@cheyenne3[1022]:/glade/scratch/jamesmcc/florence_cutout_routelink_ensemble_run/ensemble> grep '_Storage' unensured_ncdsh.txt feature_id:_Storage = "contiguous" ; latitude:_Storage = "contiguous" ; longitude:_Storage = "contiguous" ; time:_Storage = "chunked" ; member:_Storage = "contiguous" ; crs:_Storage = "chunked" ;

The error that is thrown is, just the tail end of it:

``` /glade/p/cisl/nwc/jamesmcc/anaconda3/lib/python3.7/site-packages/xarray/backends/netCDF4_.py in prepare_variable(self, name, variable, check_encoding, unlimited_dims) 466 least_significant_digit=encoding.get( 467 'least_significant_digit'), --> 468 fill_value=fill_value) 469 _disable_auto_decode_variable(nc4_var) 470

netCDF4/_netCDF4.pyx in netCDF4._netCDF4.Dataset.createVariable()

netCDF4/_netCDF4.pyx in netCDF4._netCDF4.Variable.init()

netCDF4/_netCDF4.pyx in netCDF4._netCDF4._ensure_nc_success()

RuntimeError: NetCDF: Invalid argument ```

If I go to line 464 in xarray/backends/netCDF4_.py, I see that the variable it is failing on is crs. If I

print(name) crs encoding.get('contiguous', False) True but the ncdump -sh shows it's actually chunked. I'm not sure this is exactly what's raising the error down the line, but these two things seem to be at odds.

My current question is "why does encoding.get('contiguous', False) return True?"

If you have any insights let me know. I probably wont have time to mess with this until next week.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  passing unlimited_dims to to_netcdf triggers RuntimeError: NetCDF: Invalid argument 290572700
488865903 https://github.com/pydata/xarray/issues/1849#issuecomment-488865903 https://api.github.com/repos/pydata/xarray/issues/1849 MDEyOklzc3VlQ29tbWVudDQ4ODg2NTkwMw== jmccreight 12465248 2019-05-02T23:19:14Z 2019-05-02T23:19:14Z CONTRIBUTOR

I could be persuaded.

I just dont understand how 'contiguous' gets set on the encoding of these variables and if that is appropriate. Does that seem obvious/clear to anyone?

I still dont understand why this is happening for me. I made some fairly small modifications to some code that never threw this error in the past. The small mods could have done it, but the identical code on my laptop did not throw this error on a small sample dataset. Then I went to cheyenne, where all bets are off!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  passing unlimited_dims to to_netcdf triggers RuntimeError: NetCDF: Invalid argument 290572700
488841260 https://github.com/pydata/xarray/issues/1849#issuecomment-488841260 https://api.github.com/repos/pydata/xarray/issues/1849 MDEyOklzc3VlQ29tbWVudDQ4ODg0MTI2MA== jmccreight 12465248 2019-05-02T21:36:41Z 2019-05-02T21:36:41Z CONTRIBUTOR

I apparently have this problem too. Thanks @gerritholl for the workaround.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  passing unlimited_dims to to_netcdf triggers RuntimeError: NetCDF: Invalid argument 290572700
484966484 https://github.com/pydata/xarray/pull/2896#issuecomment-484966484 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDk2NjQ4NA== jmccreight 12465248 2019-04-19T17:36:22Z 2019-04-19T17:40:27Z CONTRIBUTOR

🤦‍♂️ with that formatting in the whats-new.rst. (a reminder to squash) I think this is complete. thanks for the mini tour of xarray internals, I learned some useful things!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
484689541 https://github.com/pydata/xarray/pull/2896#issuecomment-484689541 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDY4OTU0MQ== jmccreight 12465248 2019-04-18T21:05:33Z 2019-04-18T21:05:33Z CONTRIBUTOR

🎊

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
484676251 https://github.com/pydata/xarray/pull/2896#issuecomment-484676251 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDY3NjI1MQ== jmccreight 12465248 2019-04-18T20:22:55Z 2019-04-18T20:22:55Z CONTRIBUTOR

I'm uncertain why travis is failing. Two of them look http-related and the other maybe be docs-related (but dont trust me). Running pytest locallin in the xarray/tests/ dir ============== 7007 passed, 1170 skipped, 25 xfailed, 1 xpassed, 30 warnings in 62.12 seconds ==============

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
484272294 https://github.com/pydata/xarray/pull/2896#issuecomment-484272294 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDI3MjI5NA== jmccreight 12465248 2019-04-17T21:42:08Z 2019-04-17T21:42:08Z CONTRIBUTOR

@shoyer Added test and documentation. I did not build documentation, wasnt sure if that was necessary. The history should be squashed when the time comes...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
483700694 https://github.com/pydata/xarray/pull/2896#issuecomment-483700694 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4MzcwMDY5NA== jmccreight 12465248 2019-04-16T15:04:46Z 2019-04-16T15:04:46Z CONTRIBUTOR

thanks, @shoyer. I will add the documentation and tests now that the first hurdle is cleared and update the PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 23.882ms · About: xarray-datasette