Skip to content

Split operator method and Cooley-Tukey in Rust don't compile. #944

Closed
@PeanutbutterWarrior

Description

@PeanutbutterWarrior

Bug Report

Description

Both split operator method and Cooley-Tukey don't compile in Rust. Only slight changes are needed as far as I can tell.

Steps to Reproduce

Neither file has a Cargo.toml file which is required for dependencies. After creating a Cargo.toml for each with num = "0.4.0", rustfft = "5.1.1", and rand = "0.8.4" and running cargo build they fail with the errors in the screenshots

Expected behavior

They should compile without errors.

Screenshots

Cooley-tukey errors:
image

Split-Operator method errors:
image

Environment

  • OS: Windows
  • OS Version: Windows 10 Home versiom 20H2 build 19042.1348
  • Cargo version: cargo 1.55.0 (32da73ab1 2021-08-23)

For Algorithm Archive Developers

  • The bug can be reproduced
  • The bug can be fixed (if not, please explain why not in a comment below)
  • There is a timeline to fix the bug
  • The bug has been fixed (Please link the PR)

Metadata

Metadata

Assignees

No one assigned

    Labels

    ProblemThis is a problem in the archive or an implementation.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions