Undefined names: dask and trial_contents
See original GitHub issueflake8 testing of https://github.com/RJT1990/mantra on Python 3.7.0
$ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
/home/travis/virtualenv/python3.7.0/lib/python3.7/site-packages/pycodestyle.py:113: FutureWarning: Possible nested set at position 1
EXTRANEOUS_WHITESPACE_REGEX = re.compile(r'[[({] | []}),;:]')
./mantraml/templates/models/pytorch/base/model.py:14:21: F821 undefined name 'dask'
self.data = dask
^
./mantraml/templates/models/keras/base/model.py:14:21: F821 undefined name 'dask'
self.data = dask
^
./mantraml/templates/models/tensorflow/base/model.py:14:21: F821 undefined name 'dask'
self.data = dask
^
./mantraml/templates/models/default/base/model.py:15:21: F821 undefined name 'dask'
self.data = dask
^
./mantraml/tests/test_model_tensorflow.py:14:21: F821 undefined name 'dask'
self.data = dask
^
./mantraml/ui/core/views.py:358:48: F821 undefined name 'trial_contents'
new_contents = [trial for trial in trial_contents if not trial[2] == trial_hash]
^
./mantraml/ui/core/views.py:361:57: F821 undefined name 'trial_contents'
trial_folder_name = [trial for trial in trial_contents if trial[2] == trial_hash][0][1]
^
7 F821 undefined name 'dask'
7
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Untitled
Doom 3 classic mod, Shentu last name, Mount bonnell austin tx hours, ... Musica jarave tapatio, Ikea alex desk review, John petrozza facebook, ......
Read more >An Interpretive-Systemic Framework in Hong Kong
Audit Trial Contents … ... largely undefined. ... replace their real names in all transcripts, report writing and publication materials.
Read more >Download Bill The Galactic Hero
It finds new for an small or human stochastic book. Machine Learning With Matlab. series evil is skills to work what is n't...
Read more >Full text of "The European Magazine And London Review, Vol ...
The names <jf Grattan, of Flood, of Burgh, of Currafn, now only live in the ... Mr. Hep- ton's deportment in the reading...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
‘dask’ issues are nowfixed but ‘trial_content’ issues are not.
These tests still return the same results when run against the master branch. WIll this project leverage GitHub releases?