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.

Code in README.rst does not work

See original GitHub issue

When I try to run the code example in your readme file it throws this error:

Traceback (most recent call last):
  File "/Users/kureta/Documents/Python/supriya-sandbox/main.py", line 24, in <module>
    source = source * builder['amplitude']
  File "/Users/kureta/Documents/Python/supriya/supriya/tools/synthdeftools/UGenMethodMixin.py", line 898, in __mul__
    synthdeftools.BinaryOperator.MULTIPLICATION,
  File "/Users/kureta/Documents/Python/supriya/supriya/tools/synthdeftools/UGenMethodMixin.py", line 1676, in _compute_binary_op
    special_index=special_index,
  File "/Users/kureta/Documents/Python/supriya/supriya/tools/ugentools/BinaryOpUGen.py", line 67, in _new_single
    if b == 0:
  File "/Users/kureta/Documents/Python/supriya/supriya/tools/synthdeftools/Parameter.py", line 58, in __eq__
    return systemtools.TestManager.compare_objects(self, expr)
AttributeError: type object 'TestManager' has no attribute 'compare_objects'

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
josiah-wolf-oberholtzercommented, Oct 23, 2016

OK, Abjad 2.19 has been released. I pinned Supriya’s Abjad dependency to v2.19. All tests pass. I’ll update the README documentation soon to reflect this.

1reaction
josiah-wolf-oberholtzercommented, Oct 22, 2016

Hah, fair. I need to work on releasing Abjad v2.19 so I can require that specific version in Supriya’s installer automatically.

I’ll leave this issue open until I correct this mess.

Read more comments on GitHub >

github_iconTop Results From Across the Web

README.rst :include: directive doesn't work #172 - GitHub
I'd like to see a unified way to provide an include hook in markup so that GitHub can handle the intent to include...
Read more >
reStructuredText: README.rst not working on PyPI
I found that the problem was not in the README file but in setup.py itself. ... Make sure the rst syntax is all...
Read more >
reStructuredText vs Markdown for documentation
In this post I am going to share my experience of using Markdown and reStructuredText (RST) for technical documentation.
Read more >
Popular tools and solutions — Code documentation ...
reStructuredText (RST) has more features than Markdown but the choice is a ... Basically all Python projects use Sphinx but Sphinx is not...
Read more >
FAQ - MyST-Parser - Read the Docs
If you encounter any issues with this feature, please don't hesitate to report it. Use sphinx.ext.autodoc in Markdown files#. The Sphinx extension autodoc ......
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