-
Notifications
You must be signed in to change notification settings - Fork 35
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
Compatibility and tutorial fixes #57
Open
wardsimon
wants to merge
299
commits into
tsdev:master
Choose a base branch
from
SpinW:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
wardsimon
commented
Jan 19, 2018
- Fixed functions not present in Matlab version < R2017a
- Fixed so that all tutorials run
- Fixed some aspects of symbolic calculation
Fix compatibility errors
Bug in tutorial 8 which has been there forever :-(
Spelling mistake because I can't speel.
Fuctionality tests can be run with results = runspinwFunctionalityTests. Results are compared the last tsdev update. Former-commit-id: 8ebd41f
Fix indexing for n-twin systems. This makes sure the correct reference sizes are taken and elements generated. Former-commit-id: 4666470
Update reference results, test scripts. Former-commit-id: 892ad93
This is a temp fix until the new hosting comes online Former-commit-id: 7dce6b1
Former-commit-id: b2ae09d
Tutorial 9 was set to unitS instead of unit. Added network information switch to mitigate failiure Remove .asv files Former-commit-id: 44357d9
Testing is now in https://github.com/SpinW/Testing Former-commit-id: 16efc03
The spinW base can now be pulled directly into the standalone_dev branch. - Remove dev files from the repo . - Change the version to account for deployed. Former-commit-id: 7f3cbea
Former-commit-id: 09cd3a7
Former-commit-id: 7621511
User supplied models can now be obtained through the new repo: https://www.github.com/spinw/Models Or on the MATLAB search path with files starting in 'swm_*'. Former-commit-id: 39f2331
Error messages were not accurate in their description Former-commit-id: 6967c92
And add unit test
2 tests omitted for lm4 - seems to be issue if parameter exactly at bound
In particular note that pfree is p_internal in lmfit
Refactor simplex to use wrapper class handling bound and fixed parameters
In ndbase.lm4 and simplex optimisers. Also added tests This allows support for ND fitting problems.
Add new lm minimiser
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.