-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Fixes for issues 2944 and 2955 #2972
Conversation
niyid
commented
Jul 18, 2019
- Issue 2944 is a fix for a bug where the low and high statistics are flipped when the currency is a cryptocurrency.
- Issue 2955 required adding a median computation as part of the statistics. This is a fairly straightforward feature add.
Adding new label for median.
Add median statistics element.
Added median statistics element.
Added median statistics element.
Added median statistic as part of elements to test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think your IDE might be messing up the files you touch. Both the formatting and some characters. Please take care to setup your environment correctly. There is a guide to get the formatting right. The issue with the characters I don't know about.
The actual fix might be correct but it's very hard to review among the mess.
OK. I will reformat and check in. Is there any way I can see what you have? My compare says they are the same with my local. |
Take a look under files changed tab here in the PR, https://github.com/bisq-network/bisq/pull/2972/files If you have no diff locally your system must be changing stuff on its own. What OS are you on? |
Do you refer to the contents of |
Both displayStrings.properties and TradesChartsViewModelTest.java in which you seem to have put TradesChartsViewModel, and formatted with 8 space tabs, should be 4 spaces. |
Apologies on the mistakes. I forked again and recommitted. Once again sorry for any inconvenience. |