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

tsview: print ref_yx/lalo info & use miniforge for dev installation #1139

Merged
merged 2 commits into from
Jan 14, 2024

Conversation

yunjunz
Copy link
Member

@yunjunz yunjunz commented Jan 14, 2024

Description of proposed changes

  • docs/installation: replace miniconda with miniforge
    • use miniforge3 as the recommended conda/mamba installer, instead of miniconda3. This brings two benefits: 1) mamba is installed by default; 2) the conda-forge channel is set as the default and only channel.
    • use mamba as the package installer, instead of conda, for a faster speed and a slightly simpler note as well.
  • tsview: print out ref_yx/lalo info if available
  • simulatiton/iono: fix typo
  • utils.map.auto_lalo_seq*(): check input args for a more meaningful diagnose

Reminders

  • Pass Pre-commit check (green)
  • 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.

+ tsview: print out ref_yx/lalo info if available
+ simulatiton/iono: fix typo
+ utils.map.auto_lalo_seq*(): check input args for a more meaningful diagnose
+ use miniforge3 as the recommended conda/mamba installer, instead of miniconda3. This brings two benefits: 1) mamba is installed by default; 2) the conda-forge channel is set as the default and only channel.

+ use mamba as the package installer, instead of conda, for a faster speed and a slightly simpler note as well.
@yunjunz yunjunz merged commit ab9334e into insarlab:main Jan 14, 2024
4 of 6 checks passed
@yunjunz yunjunz deleted the tsview branch January 14, 2024 03:01
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.

None yet

1 participant