Skip to content

Small steps toward making RSI py3 compatible#250

Open
timothydmorton wants to merge 2 commits intolesgourg:masterfrom
timothydmorton:rsi-py3
Open

Small steps toward making RSI py3 compatible#250
timothydmorton wants to merge 2 commits intolesgourg:masterfrom
timothydmorton:rsi-py3

Conversation

@timothydmorton
Copy link

I have found that under python 3, writing to the RSI database breaks with a bytes vs. string issue when pickling, which is fixed if the pickle write/reading is binary (using 'wb'/'rb'). Also, the shape of the data has to be integers, which requires explicit integer division in py3. There are a number of other things that would need to be fixed to make the app fully py3 compatible, as the JSON message writing breaks when trying to write bytes as well, but that seems more involved, so this is just a start to that.

lesgourg pushed a commit that referenced this pull request Nov 24, 2025
* added fix to the negative dx bug. Also improved Neff guess

* Changed minor version number

---------

Co-authored-by: schoeneberg <schoeneberg@github.com>
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.

1 participant