Sam Dotson
Sam Dotson
 When ``n_reservoir == trainlen``, there is a singularity in the mean squared error. I'm not sure if this is a "feature" of echo state networks or if this is...
This PR introduces a `currency` dimension with base units of `$` and `¢`. Now, a quantity with currency units can be treated like any other quantity. Previously there was no...
With this commit, ``pformat_results.py`` can find the ``data_processing`` module from any installation of Temoa. Previously, only ``sys.path.append('./data_processing')`` was used. This PR updates this line to ``sys.path.append(os.path.join(os.path.dirname(sys.path[0]), 'data_processing'))`` which adds ``data_processing``...
Currently, executing ``python MakeGraphviz.py`` from Windows command prompt or PowerShell leads to the following error: ```bash (base) PS C:\Users\samgd\Research\bakery-model\pygen_test> python C:\Users\samgd\research\temoa\data_processing\MakeGraphviz.py -i .\bakery_test_kitchen_01.sqlite setGraphicOption: updated greyFlag = False and splinevar...
This issue is also referenced in PR #23. I have a fresh install of Ubuntu 20.04, as well as a fresh install of Anaconda. After downloading ``temoa`` and configuring the...
Currently, the `setup.cfg` file specifies `watts` as "OS Independent." However, there are at least two issues preventing Windows from supporting `watts`: 1. The `select.select([p.stdout, p.stderr])` call breaks because select.select [cannot...
I'm in the process of developing an ABCE plugin for `watts` (#48 ) yet, when I run ABCE via `watts`, the program hangs. I narrowed the problem down to `run()`...
## Summary of changes Adds a `.gitattributes` file to remove matlab and jupyter notebooks from the language card for saltproc. It is not a matlab code, to my knowledge and...