Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dig for error reason in Skipping section 'Extended Summary' in 'scipy.io.matlab._mio5' #283

Open
Carreau opened this issue Sep 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Carreau
Copy link
Member

Carreau commented Sep 21, 2023

I've put an assert here:

/Users/bussonniermatthias/dev/papyri/papyri/gen.py:1608 in     
 prepare_doc_for_one_object                                    
                                                               
   1605 │   │   │   │   │   blob.content[section] = Section([],
   1606 │   │   │   │   else:                                  
   1607 │   │   │   │   │   tsc = ts.parse("\n".join(data).enco
 ❱ 1608 │   │   │   │   │   assert len(tsc) in (0, 1), (tsc, da
   1609 │   │   │   │   │   if tsc:                            
   1610 │   │   │   │   │   │   tssc = tsc[0]                  
   1611 │   │   │   │   │   else:                              

I don't remember what this is used for.

@melissawm melissawm added the bug Something isn't working label Oct 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants