Giter VIP home page Giter VIP logo

tomgibara's People

Watchers

 avatar

tomgibara's Issues

GVM source doesn't contain all java files

These are missing from the source code.

    com.tomgibara.cluster.gvm.dbl - double
    com.tomgibara.cluster.gvm.flt - float
    com.tomgibara.cluster.gvm.lng - long
    com.tomgibara.cluster.gvm.intgr - int



Original issue reported on code.google.com by [email protected] on 26 Apr 2012 at 1:09

Build problem in cluster-mojo - Cant find pom in maven repository

What steps will reproduce the problem?
1. svn checkout http://tomgibara.googlecode.com/svn/trunk/cluster
2. cd cluster/cluster-mojo/
3. mvn install

What is the expected output? What do you see instead?
C:\dev\GVM\cluster-mojo>mvn install
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project com.tomgibara.cluster:cluster-mojo:1.1-SNAPSHOT 
(C:\dev\GVM\cluster-mojo\pom.xml) has 1 error
[ERROR]     Non-resolvable parent POM: Failure to find 
com.tomgibara.cluster:cluster-all:pom:1.0 in http://repo1.maven.org/maven2 was 
cached in the local repository, resolution will not be reattempted
 until the update interval of central has elapsed or updates are forced and 'parent.relativePath' points at wrong local POM @ line 3, column 11 -> [Help 2]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
[ERROR] [Help 2] 
http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
C:\dev\GVM\cluster-mojo>


What version of the product are you using? On what operating system?
Current.  Windows XP/64


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 May 2011 at 2:57

FltResult.setCoords isn't a setter

    /**
     * Sets the coordinates of the cluster's centroid. The values of the
     * supplied array are copied.
     */
    public void setCoords(NUMBER[] coords) {
        System.arraycopy(this.coords, 0, coords, 0, Math.min(this.coords.length, coords.length));
    }

System.arraycopy parameters: src, ..., dest, ...

The method is saving current coords into the parameter array instead of  saving 
parameter array into the current coords.

Unit test to reproduce the problem:

final FltResult<List<Integer>> red = new FltResult<List<Integer>>(1);
red.setCoords(new float[] {0.1F});
assertEquals(0.1F, red.getCoords()[0], 0.01);

Original issue reported on code.google.com by [email protected] on 4 Oct 2011 at 3:04

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.