Carter Peene

Results 69 comments of Carter Peene

Further discussion; It looks like the Meta-KG creation process is much longer than I originally estimated. It takes >30 seconds in most of the tests I ran. After talking to...

Code has been tested and pushed. A PR has been issued.

After a lot of drawing graph diagrams and testing code, I have implemented a module which does the first essential part of the process @edeutsch [mentioned above](https://github.com/RTXteam/RTX/issues/1827#issuecomment-1110442121). [graph_splitter.py](https://github.com/RTXteam/RTX/blob/issue1827/code/ARAX/ARAXQuery/Expand/graph_splitter.py) was pushed...

Additional note. I took measures to make the fragmentation process 'deterministic'. In other words, if you fragment the same query graph multiple times it should result in the same fragments....

@bendichter This is a great idea. Would you mind making a separate issue and refer to some implementation examples/ideas?

Spoke with @bendichter in person. We can specify multiple python versions in our build test, but it would multiply the amount of time required to run the build test. Our...

The alternative annotation was a part of the solution, but the actual solution appears to be wrapping the elements of coords into tuples. Even when working with 1D data (and...

This looks similar to a suspicious issue we had with trying to install the databook on our test ubuntu runners in github workflows. We have less control over binder though...

The same backends; I am opening in h5py and exporting to h5py in the run that is failing. When I change `io_class` to `zarr_hdmf`, then the run passes and the...