Giter VIP home page Giter VIP logo

Comments (3)

redstreet avatar redstreet commented on September 11, 2024

This casting should not be required. Casting is likely hiding your true problem. And hmm, postings to Assets:Zero-Sum-Accounts:Transfers may not be related at all. The unknown warning occurs when your commodity metatadata is not fully filled out, or non-existent for a certain commodity. See here.

The only requirement is that the metadata field name begins with the prefix asset_allocation_, and has a number for its value that is a percentage, corresponding to the percentage of the commodity belonging to that asset class. The set of all asset classes for a commodity should add up to a 100. When they do not, the reporter will pad the remaining with the 'unknown' class.

Check and let me know if that solved it?

from fava_investor.

kantskernel avatar kantskernel commented on September 11, 2024

Yep all solved. Thanks for pointing me in the right direction.

TypeError: unsupported operand type(s) for /: 'str' and 'int'

I actually had some asset_allocation defined in my commodities file as str accidentally (e.g. asset_allocation_x "100" instead of asset_allocation_x 100).

Very embarrassing.

from fava_investor.

redstreet avatar redstreet commented on September 11, 2024

Great! Thanks for sharing the issue too. Heh, while it's awesome that Beancount allows arbitrary metadata types, I've tripped up these a few times myself. The code should probably catch this exception and provide a helpful warning to the user (eg: "Your metadata turned out to be a string, while an integer was expected" rather than just a stack trace. Will do at some point.

from fava_investor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.