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

Fixed minor bugs #5

Closed
wants to merge 1 commit into from
Closed

Fixed minor bugs #5

wants to merge 1 commit into from

Conversation

nishikeshKardak
Copy link

@nishikeshKardak nishikeshKardak commented Mar 9, 2019

__init__() method doesn't return anything and should always return None. It removed from the program.
Instead of using type(0) and type(0.0), we used type(int()) and type(float()). It looks good and dynamic.

@nishikeshKardak
Copy link
Author

Hello, @speth and @bryanwweber. Please review this PL.

@bryanwweber
Copy link
Member

bryanwweber commented Mar 11, 2019

Hi @nishikeshKardak thank you for the pull request, but I don't understand the purpose of these changes. In any case, as I've said on #6 and #7 (although not to you) I think that we can't merge any changes to MixMaster until we decide how it should be implemented. See also my comment on #3.

@nishikeshKardak nishikeshKardak changed the title Fixes minor bugs Fixed minor bugs Mar 13, 2019
@nishikeshKardak
Copy link
Author

Thank you @bryanwweber, for feedback. I assume that you will soon decide the implementation of Mixmaster. I read discussions #5 #4 #7 #3 and #6.

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