Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiefl committed Sep 1, 2024
1 parent 2948506 commit 0a07db0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/examples/30_degree_rule.pct.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@
import numpy as np
import pandas as pd
import plotly.express as px
import plotly.io as pio

# %%
import pooltool as pt
import pooltool.constants as constants

pio.renderers.default = "sphinx_gallery"


# %%
def _assert_cue_rolling_at_impact(system: pt.System) -> None:
Expand Down Expand Up @@ -110,5 +113,6 @@ def get_deflection_angle(cut: float, V0: float = 2, b: float = 0.2) -> float:
title="Deflection angles",
)
fig.show()
print(fig)

# %%
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
build-backend = "poetry_dynamic_versioning.backend"

[tool.poetry-dynamic-versioning]
enable = false
enable = true
strict = true
bump = true
vcs = "git"
Expand All @@ -20,7 +20,7 @@ ignore-untracked = true
name = "pooltool-billiards"
# This version is a placeholder. It will be updated at build time by
# poetry-dynamic-versioning from the latest git tag. See PYPI.md.
version = "0.4.1.dev52+fb53cba.dirty"
version = "0.0.0"
description = "A sandbox billiards game that emphasizes realistic physics."
repository = "https://github.com/ekiefl/pooltool"
homepage = "https://pooltool.readthedocs.io/en/latest/"
Expand Down

0 comments on commit 0a07db0

Please sign in to comment.