-
Notifications
You must be signed in to change notification settings - Fork 68
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
Multiple changes after throughout testing #308
Conversation
* Added '--no-check-certificate' for wget * Added 'pause' in the end
* Windows version of 'setup.sh'
* Run 'setup_oceanmesh2d' to set paths
* Removed 'addpath' call, use 'setup_oceanmesh2d' once instead * Added plotting * Fixed section breaks
* Run all examples
* Removed 'addpath', use 'setup_oceanmesh2d' instead * Removed 'exit' call as it is called after 'error', therefore will never execute * Fixed if statements
* Added option to keep zip file * Added more reporting * Replaced 'powershell' with 'tar' in batch file (tar is available in Windows 10)
* Renamed back to original name * Moved to 'datasets' to be consistent with other data for examples
Thanks very much @omouraenko @WPringle lets merge this into #264 and then resolve any conflicts there? |
BTW, in case someone does not know, when checking "Files changed", one can add "?w=1" to the URL to omit differences in whitespaces. This option is also available under Settings (gear icon). |
I'm not sure which is better, but it may be fine to leave here, but just need to decide which one to pull into projection first. If we do this first then it would be equivalent to your suggestion I think. |
Added in record of changes.
Changes include:
Thank you.