-
There are several problems on Python 3 involving ordering elements of heterogeneous collections, particularly in objects such as sets and graphs.
This issue has already come up several times in the…
-
Hi,
I have downloaded the Amazon data (38 files) and ran the create_data.py by
`python amazon_qa/create_data.py --file_pattern AmazonQA/* --output_dir AmazonQA/processed/ --runner DirectRu…
-
Hello. when i run this code on cuda environment this error happend. would you please help me fixing it?
` python -m examples.example_main --dataset_name ABIDE --pooling concat --gcn_mp_type edge_node…
-
### What happened?
Version 2022.6.0 produces an error when I try something like `data_array.sel(coordintate=(val1, val2))`. Now this only works if the sequence values are provided as a list instead.
…
-
Whilst writing the [PPP talk](https://rse.shef.ac.uk/pando-python/ppp) many of the examples were refined for the accompanying notebook. These should be reviewed to update those within the course.
A…
-
### Is this issue already tracked somewhere, or is this a new report?
- [X] I've reviewed existing issues and couldn't find a duplicate for this problem.
### Current Behavior
The error is con…
-
### Bug description
Two issues with ``bad-string-format-type``:
1. Just like ``bad-format-character`` the ``bad-string-format-type`` message is currently only raised for old-style string formattin…
-
```
Just watch R Hettinger's pycon video where he talks about namedtuple
(collections.namedtuple) It would be great if you added this as an option like
'asdict'.
Since you can build the dict, you…
-
hi guys.
I encountered this warning while checking exercise 2
```
ml-coursera-python-assignments/Exercise2/utils.py:45: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (…
-
I have a list with about 1000 objects and sort them by attribute that returns a tuple of some data. Sorting by that attribute takes about 100ms. If I sort the list myself like:
```
data.sort(key=lam…