-
Notifications
You must be signed in to change notification settings - Fork 10
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
update: inertia benefit from caching + move from pkg_resources to importlib.metada #714
Open
m-rauen
wants to merge
25
commits into
geem-lab:main
Choose a base branch
from
m-rauen:main
base: main
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
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
9ac44ce
starting to add caching to inertia moment calculation during the simu…
m-rauen 37ad0e3
correct caching problem of not handle mutable objects
m-rauen 014b59d
move ignore_unhashable to _misc module + trying to resolve circular i…
m-rauen 7216147
circular import solved + movem from pkg_resources to importlib
m-rauen 184a193
updated gitignore
m-rauen ddb4846
change ignore to copy strategy for cache + add docstring
m-rauen edae933
change maxsize of copy_unhashable
m-rauen bcce554
changing hash strategy to eliminate errors
m-rauen da26124
starting to add caching to inertia moment calculation during the simu…
m-rauen 88b20e5
correct caching problem of not handle mutable objects
m-rauen 07da1be
move ignore_unhashable to _misc module + trying to resolve circular i…
m-rauen 6660655
circular import solved + movem from pkg_resources to importlib
m-rauen 687d7c5
updated gitignore
m-rauen 98be111
change ignore to copy strategy for cache + add docstring
m-rauen ca3e412
change maxsize of copy_unhashable
m-rauen 6c1f0ad
changing hash strategy to eliminate errors
m-rauen 70ae12e
changed scipy.misc.derivative to findiff.Diff (scipy derivative remov…
m-rauen 37d2915
changed scipy.misc.derivative to findiff.Diff (scipy derivative remov…
m-rauen e9ce98d
resolve funky CI + cache corrected implemented
m-rauen 8a32b23
added 'findiff' to the poetrylock file, since it's the new derivative…
m-rauen 557092c
updated poetrylock file + cleaned some code
m-rauen 29df5d7
testing funky CI
m-rauen 61bde8b
testing
m-rauen f2298e4
added derivative func to misc module instead of using findiff
m-rauen 3d638ac
forgetted to call _misc._derivative in the API module
m-rauen File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
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 forget to add the python function annotations here and in the
copy_unhashable()
function. I will add this piece and send a new PR asap