Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractqqq committed Nov 6, 2023
1 parent e160745 commit 6e44c1b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 495 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
tests/*.ipynb
test.ipynb
.ipynb_checkpoints

/target

Expand Down Expand Up @@ -73,7 +74,6 @@ docs/_build/
# Pyenv
.python-version


# Polars Extension
.so
.dll
2 changes: 1 addition & 1 deletion src/num_ext/expressions.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use faer::{prelude::*, MatRef, Side};
use faer::{prelude::*, MatRef};
use faer::{IntoFaer, IntoNdarray};
// use faer::polars::{polars_to_faer_f64, Frame};
use ndarray::{Array1, Array2};
Expand Down
217 changes: 0 additions & 217 deletions tests/.ipynb_checkpoints/Untitled-checkpoint.ipynb

This file was deleted.

Loading

0 comments on commit 6e44c1b

Please sign in to comment.