Skip to content

Commit

Permalink
Use of cog.py is deprecated by just cog
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsrp-deshaw committed Mar 21, 2024
1 parent ae29c77 commit 64ac273
Show file tree
Hide file tree
Showing 90 changed files with 94 additions and 94 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc AbstractBooleanHypercube.java`
// Recreate with `cog -rc AbstractBooleanHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc AbstractDoubleHypercube.java`
// Recreate with `cog -rc AbstractDoubleHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc AbstractFloatHypercube.java`
// Recreate with `cog -rc AbstractFloatHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc AbstractIntegerHypercube.java`
// Recreate with `cog -rc AbstractIntegerHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc AbstractLongHypercube.java`
// Recreate with `cog -rc AbstractLongHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Boolean1dWrappingHypercube.java`
// Recreate with `cog -rc Boolean1dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Boolean2dWrappingHypercube.java`
// Recreate with `cog -rc Boolean2dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Boolean3dWrappingHypercube.java`
// Recreate with `cog -rc Boolean3dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Boolean4dWrappingHypercube.java`
// Recreate with `cog -rc Boolean4dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Boolean5dWrappingHypercube.java`
// Recreate with `cog -rc Boolean5dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanAxisRolledHypercube.java`
// Recreate with `cog -rc BooleanAxisRolledHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanFlatRolledHypercube.java`
// Recreate with `cog -rc BooleanFlatRolledHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanFromDoubleHypercube.java`
// Recreate with `cog -rc BooleanFromDoubleHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanFromFloatHypercube.java`
// Recreate with `cog -rc BooleanFromFloatHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanFromIntegerHypercube.java`
// Recreate with `cog -rc BooleanFromIntegerHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanFromLongHypercube.java`
// Recreate with `cog -rc BooleanFromLongHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanHypercube.java`
// Recreate with `cog -rc BooleanHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanSlicedHypercube.java`
// Recreate with `cog -rc BooleanSlicedHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanTransposedHypercube.java`
// Recreate with `cog -rc BooleanTransposedHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc BooleanWrappingHypercube.java`
// Recreate with `cog -rc BooleanWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
2 changes: 1 addition & 1 deletion java/src/main/java/com/deshaw/hypercube/CubeMath.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc CubeMath.java`
// Recreate with `cog -rc CubeMath.java`
// [[[cog
// import cog
// import cube_math
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Double1dWrappingHypercube.java`
// Recreate with `cog -rc Double1dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Double2dWrappingHypercube.java`
// Recreate with `cog -rc Double2dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Double3dWrappingHypercube.java`
// Recreate with `cog -rc Double3dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Double4dWrappingHypercube.java`
// Recreate with `cog -rc Double4dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Double5dWrappingHypercube.java`
// Recreate with `cog -rc Double5dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleArrayHypercube.java`
// Recreate with `cog -rc DoubleArrayHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleAxisRolledHypercube.java`
// Recreate with `cog -rc DoubleAxisRolledHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleFlatRolledHypercube.java`
// Recreate with `cog -rc DoubleFlatRolledHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleFromFloatHypercube.java`
// Recreate with `cog -rc DoubleFromFloatHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleFromIntegerHypercube.java`
// Recreate with `cog -rc DoubleFromIntegerHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleFromLongHypercube.java`
// Recreate with `cog -rc DoubleFromLongHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleHypercube.java`
// Recreate with `cog -rc DoubleHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleMappedHypercube.java`
// Recreate with `cog -rc DoubleMappedHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleSlicedHypercube.java`
// Recreate with `cog -rc DoubleSlicedHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleTransposedHypercube.java`
// Recreate with `cog -rc DoubleTransposedHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc DoubleWrappingHypercube.java`
// Recreate with `cog -rc DoubleWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Float1dWrappingHypercube.java`
// Recreate with `cog -rc Float1dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Float2dWrappingHypercube.java`
// Recreate with `cog -rc Float2dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Float3dWrappingHypercube.java`
// Recreate with `cog -rc Float3dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Float4dWrappingHypercube.java`
// Recreate with `cog -rc Float4dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc Float5dWrappingHypercube.java`
// Recreate with `cog -rc Float5dWrappingHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatArrayHypercube.java`
// Recreate with `cog -rc FloatArrayHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatAxisRolledHypercube.java`
// Recreate with `cog -rc FloatAxisRolledHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatFlatRolledHypercube.java`
// Recreate with `cog -rc FloatFlatRolledHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatFromDoubleHypercube.java`
// Recreate with `cog -rc FloatFromDoubleHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatFromIntegerHypercube.java`
// Recreate with `cog -rc FloatFromIntegerHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatFromLongHypercube.java`
// Recreate with `cog -rc FloatFromLongHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatHypercube.java`
// Recreate with `cog -rc FloatHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.deshaw.hypercube;

// Recreate with `cog.py -rc FloatMappedHypercube.java`
// Recreate with `cog -rc FloatMappedHypercube.java`
// [[[cog
// import cog
// import numpy
Expand Down
Loading

0 comments on commit 64ac273

Please sign in to comment.