Skip to content

Commit

Permalink
chore: cleanup test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
greinerth committed Apr 24, 2024
1 parent f11e50d commit b4f6e4c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: setup ruff
run: pip install -e .[dev]
- name: ruff linting
run: ruff varprodmdstatspy
run: ruff check varprodmdstatspy
pytest:

runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "pydmdstats"
version = "0.1.0"
requires-python = ">=3.8, < 3.12"
requires-python = ">=3.8, <3.12"
description = "VarProDMD stats vs BOPDMD"
license = {file="LICENSE"}
authors = [
Expand Down
1 change: 0 additions & 1 deletion varprodmdstatspy/visualize_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.transforms as transforms
import numpy as np
import pandas as pd
import seaborn as sns
from matplotlib.patches import Ellipse
Expand Down

0 comments on commit b4f6e4c

Please sign in to comment.