Skip to content

Commit

Permalink
Remove obsolete frappe-chart test
Browse files Browse the repository at this point in the history
  • Loading branch information
s-macke committed Feb 6, 2024
1 parent 7ec0b14 commit 7a83645
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/collatz/collatz.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {GPU} from "../webgpu/gpu";
import {Buffer} from "../webgpu/buffer";
import {GPUAbstractRunner, RunnerType} from "../AbstractGPURunner";
import { Chart } from "frappe-charts"

export class Collatz extends GPUAbstractRunner {
integers: Uint32Array;
stopping_time: Uint32Array;
Expand Down

0 comments on commit 7a83645

Please sign in to comment.