Git Product home page Git Product logo

deckcurator's People

Watchers

 avatar  avatar  avatar

deckcurator's Issues

Evaluator interface does not work with Python

When trying to interface with the bindings, this causes type issue:

...
Eval = DeckCurator.Evaluator()
Eval.setDeck(Deck)
Eval.addEvaluationFunction(func)

Issue returned is:

Traceback (most recent call last):
File "./DeckCurator.py", line 15, in
Eval.addEvaluationFunction(func)
TypeError: addEvaluationFunction(): incompatible function arguments. The following argument types are supported:

  1. (self: DeckCurator.Evaluator, arg0: std::__1::function<double (DeckCurator::Deck const*)>) -> None

Invoked with: <DeckCurator.Evaluator object at 0x104e63660>, <function func at 0x104e53398>

Template Source files

This will allow for Types, Abilities and potentially colours to be defined in one file and shared among the project.

This will allow other features as they are needed.

Halted Python Interpreter

When running the code within python, trying to add lambda to the Evaluator Object causes the python interpreter to freeze.

Example of this is:

eval = DeckCurator.Evaluator()
eval.addEvaluatorFunction(lambda x: x.size() * 1.0)

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.