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

remove openmp from the dependency list #825

Merged
merged 2 commits into from
Aug 8, 2022
Merged

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Aug 8, 2022

Description of proposed changes

Reminders

  • Pass Codacy code review (green)
  • Pass Circle CI test (green)
  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • If modifying functionality, describe changes to function behavior and arguments in a comment below the function declaration.

+ remove "openmp" from all the dependency files, as "conda install pyresample" will install openmp correctly (llvm-openmp for linux, libgomp for linux; https://conda-forge.org/docs/maintainer/knowledge_base.html#openmp)

+ version.py: remove the prefix "v" from the version number, to be consistent with styles from gdal/numpy
…xels

+ smallbaselineApp.generate_temporal_coherence_mask(): run plot_result() to populate pic folder before raising errors, to facilitate the trouble shooting

+ reference_point: support more flexible mask dataset name in the mask h5 file.
@yunjunz yunjunz merged commit ef31de5 into insarlab:main Aug 8, 2022
@yunjunz yunjunz deleted the dep branch August 8, 2022 06:04
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.

1 participant