Skip to content

Commit

Permalink
Removed unused turtle package (#31)
Browse files Browse the repository at this point in the history
* chore: changed some descriptions of the PyBADS README file for the release

* fix: removed unused turtle unused package
  • Loading branch information
GurjeetSinghSangra authored Feb 28, 2023
1 parent 25c23d2 commit af36ee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ PyBADS is released under the terms of the [BSD 3-Clause License](LICENSE).

### Acknowledgments

PyBADS was developed from the original MATLAB toolbox by [members](https://www.helsinki.fi/en/researchgroups/machine-and-human-intelligence/people) (past and current) of the [Machine and Human Intelligence Lab](https://www.helsinki.fi/en/researchgroups/machine-and-human-intelligence/) at the University of Helsinki. The Python port was partially supported by the Academy of Finland Flagship programme: [Finnish Center for Artificial Intelligence FCAI](https://fcai.fi/).
PyBADS was developed by [members](https://www.helsinki.fi/en/researchgroups/machine-and-human-intelligence/people) (past and current) of the [Machine and Human Intelligence Lab](https://www.helsinki.fi/en/researchgroups/machine-and-human-intelligence/) at the University of Helsinki. Work on the PyBADS package was supported by the Academy of Finland Flagship programme: [Finnish Center for Artificial Intelligence FCAI](https://fcai.fi/).
1 change: 0 additions & 1 deletion pybads/bads/gaussian_process_train.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import traceback
from asyncio.log import logger
from copy import deepcopy
from turtle import width

import gpyreg as gpr
import numpy as np
Expand Down

0 comments on commit af36ee2

Please sign in to comment.