MCLF / mclf

A Sage toolbox for computations with Models of Curves over Local Fields
GNU General Public License v2.0
7 stars 4 forks source link

Fix encoding issues #120

Closed saraedum closed 4 years ago

saraedum commented 4 years ago

see #119. Also, add Python 3 versions of SageMath to the CI runs.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 0fdf54e7-2270-43b2-863a-87d8a0ae3fde


Changes Missing Coverage Covered Lines Changed/Added Lines %
mclf/berkovich/berkovich_path.py 0 1 0.0%
mclf/berkovich/berkovich_path_old.py 0 1 0.0%
<!-- Total: 3 5 60.0% -->
Files with Coverage Reduction New Missed Lines %
mclf/padic_extensions/elements_of_fake_padic_completion.py 1 0%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1659: 0.6%
Covered Lines: 3624
Relevant Lines: 4576

💛 - Coveralls
saraedum commented 4 years ago

I made some cosmetic changes to some headers as well. Anyway, this seems to work now.