question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Undefined names: dask and trial_contents

See original GitHub issue

flake8 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:closed
  • Created 5 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
cclausscommented, Sep 6, 2018

‘dask’ issues are nowfixed but ‘trial_content’ issues are not.

1reaction
cclausscommented, Sep 6, 2018

These tests still return the same results when run against the master branch. WIll this project leverage GitHub releases?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found