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

[FIX] owpythonscript: Fix implicit float to int cast error #5944

Merged

Conversation

ales-erjavec
Copy link
Contributor

Issue

Python script raises type errors on Python 3.10 due to implicit float to int casts.

Error 1: Enable Vim mode -> immediate crash.
Error 2: In the editor enter space on the end of any line.

Description of changes

Fix types of passed parameters.

Includes
  • Code changes
  • Tests
  • Documentation

Python script raises type errors on Python 3.10 due to implicit float
to int casts.
@codecov
Copy link

codecov bot commented Apr 8, 2022

Codecov Report

Merging #5944 (5f08f97) into master (58f89b8) will increase coverage by 0.00%.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##           master    #5944   +/-   ##
=======================================
  Coverage   86.28%   86.28%           
=======================================
  Files         315      315           
  Lines       66904    66904           
=======================================
+ Hits        57726    57731    +5     
+ Misses       9178     9173    -5     

@ajdapretnar ajdapretnar merged commit f7e3a5d into biolab:master Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants