Joseph Ware

Results 45 issues of Joseph Ware

removes deserialisation artifacts from adjacency_graph: fixes #5980 ensures assert called when nx.is_isomorphic is used in tests: at least partial fix for #5981

### Current Behavior Although it is documented behaviour of the method tree_data, as it leads to the situation that tree_graph(tree_data(G)) != G if G contained any edge attributes, I would...

Discussion

### Current Behavior Multiple tests lack assertions and are therefore incapable of failing. ### Expected Behavior A test should (conceptually) be able to report a failure if a condition is...

### Current Behavior Serialising and deserialising a Graph using the matched pair json_graph.adjacency_data and json_graph.adjacency_graph produces a graph which is not equal to the incoming graph using the graphs_equal method....

When registering a lazy deserialiser for a type that extends Protocol, the type can be made not findable by the addition of an unrelated type. The following code correctly finds...

question

At Diamond, we want our raw files written into directories for the current visit, and would ideally represent the exactly location for the file to land in our ResourceDocuments. This...

Closes #1688 ## Description Standardises handling of Collectable devices in the RunBundler, always passing a {stream_name: {device: {device_fields: {DataKey}}} ## Motivation and Context The method previously dealt with multiple code...

On attempting to load p4p with [the latest release of NumPy](https://numpy.org/news/#numpy-20-release-date-june-16) raises errors due to being compiled against the previous version. ``` File "src/p4p/_p4p.pyx", line 1, in init p4p._p4p ValueError:...

### Initial Checks - [X] I have searched Google & GitHub for similar requests and couldn't find anything - [X] I have read and followed [the docs](https://docs.pydantic.dev) and still think...

feature request

This behaviour, added as part of #1641, is undocumented. According to @coretl it is to enable a `wait` that times out to not be an exception. In my opinion, it's...