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 utils.myopen(), add tests for io.open_file() #926

Merged
merged 3 commits into from
May 24, 2022

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    84681dc View commit details
    Browse the repository at this point in the history
  2. titer_model: replace utils.myopen with io.open_file

    myopen is deprecated in favor of the newer function, already used by other modules.
    victorlin committed May 24, 2022
    Configuration menu
    Copy the full SHA
    4b2db69 View commit details
    Browse the repository at this point in the history
  3. Remove unused utils.myopen

    victorlin committed May 24, 2022
    Configuration menu
    Copy the full SHA
    785b232 View commit details
    Browse the repository at this point in the history