Skip to content

Commit

Permalink
chore: restructure transforms into modules (#210)
Browse files Browse the repository at this point in the history
* Move power transforms into nested module

* Move scale transforms into nested module

* Move exponential transforms into nested module

* Add more comments to transforms module
  • Loading branch information
sd2k authored Dec 20, 2024
1 parent d8a8c42 commit 8058f3d
Show file tree
Hide file tree
Showing 6 changed files with 1,033 additions and 1,004 deletions.
1 change: 0 additions & 1 deletion crates/augurs-forecaster/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
mod data;
mod error;
mod forecaster;
mod power_transforms;
pub mod transforms;

pub use data::Data;
Expand Down
222 changes: 0 additions & 222 deletions crates/augurs-forecaster/src/power_transforms.rs

This file was deleted.

Loading

0 comments on commit 8058f3d

Please sign in to comment.