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

equal area penalty slower than expected #598

Closed
jsnel opened this issue Mar 15, 2021 · 0 comments · Fixed by #618
Closed

equal area penalty slower than expected #598

jsnel opened this issue Mar 15, 2021 · 0 comments · Fixed by #618
Labels
Priority: Medium Business as usual Status: Needs Profiling Type: Bug Minor issues, non-crashing bug, slowdowns

Comments

@jsnel
Copy link
Member

jsnel commented Mar 15, 2021

  • glotaran version: v0.3.2
  • Python version: all
  • Operating System: all

Description

Use of equal area spectral penalty is much slower than expected.

@jsnel jsnel added Priority: Medium Business as usual Type: Bug Minor issues, non-crashing bug, slowdowns Status: Needs Profiling labels Mar 15, 2021
jsnel added a commit to jsnel/pyglotaran that referenced this issue Mar 15, 2021
Remove check if any area_index is close to all element in global_axis result which generated a lot of extra checks resulting in a massive slowdown.
Fixes glotaran#598
jsnel added a commit to jsnel/pyglotaran that referenced this issue Mar 18, 2021
Remove check if any area_index is close to all element in global_axis result which generated a lot of extra checks resulting in a massive slowdown.
Fixes glotaran#598
jsnel added a commit that referenced this issue Mar 18, 2021
* Force recalculation of SVD attributes in scheme._prepare_data Fixes #597
* 🔨 Remove no-op code related to new_dims 
* Remove unneeded check in spectral_penalties._get_area Fixes #598
* Add python 3.9 support (#450)
* Bump numba dependencies as needed for Python 3.9
jsnel added a commit to jsnel/pyglotaran that referenced this issue Mar 28, 2021
* Remove unneeded check in spectral_penalties._get_area Fixes glotaran#598
* Add python 3.9 support (glotaran#450)
* Bump numba dependencies as needed for Python 3.9
jsnel added a commit to jsnel/pyglotaran that referenced this issue Mar 28, 2021
* Remove unneeded check in spectral_penalties._get_area Fixes glotaran#598
@jsnel jsnel linked a pull request Mar 28, 2021 that will close this issue
jsnel added a commit that referenced this issue Mar 28, 2021
* Prepare v0.3.3 release (#603)
Bumped version and added release notes

* Maintenance/patches for v0.3.3 (#599) 1/2
* Remove unneeded check in spectral_penalties._get_area Fixes #598
* Maintenance/patches for v0.3.3 (#599) 2/2
* Force recalculation of SVD attributes in scheme._prepare_data Fixes #597
* 🔨 Remove no-op code related to new_dims
Changes that were lost because code was moved from scheme.py to problem.py

* Add a Zenodo config file
Added config file based on the example generated by zenodo
JSON Export example found at: https://zenodo.org/account/settings/github/repository/glotaran/pyglotaran#
Closes #579

* Update readme
Clarified Python version support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Medium Business as usual Status: Needs Profiling Type: Bug Minor issues, non-crashing bug, slowdowns
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant