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

New issue 28 #46

Merged
merged 5 commits into from
Aug 29, 2015
Merged

New issue 28 #46

merged 5 commits into from
Aug 29, 2015

Conversation

acer8
Copy link
Contributor

@acer8 acer8 commented Aug 28, 2015

Hello Steve,

Thanks for your previous comments. I have created this new branch New_issue_28 in my forked anuga repo. This only contains the changes in quantity.py and test_quantity.py. Hopefully the issue can now be fixed!

Cheers

Hongji

@stoiver
Copy link
Member

stoiver commented Aug 29, 2015

Your code is not passing our continuous integration tests (ie runtests.py has errors).

In future make sure runtests passes all the tests before making a pull request.

But the error looks fairly simple to fix up, quantity.py", line 908, in set_values has
max_read_lines = default_blocik_line_size
and obviously it should be
max_read_lines = default_block_line_size

Can you make the change and push your updated change to your repos.

Thanks
Steve

@acer8
Copy link
Contributor Author

acer8 commented Aug 29, 2015

Hello Steve,

Thanks for let me know. I have fixed the typo and the runtests.py was run successfully in my local machine. I will make sure all the tests pass before making pull requests next time.

Cheers

Hongji

stoiver added a commit that referenced this pull request Aug 29, 2015
Thanks @acer8 

Issue#28 seems to be resolved.
@stoiver stoiver merged commit cd3da56 into GeoscienceAustralia:master Aug 29, 2015
stoiver added a commit that referenced this pull request Jul 6, 2020
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.

None yet

2 participants