Go to file
root 1fd5736751 I completed defining the functions in transform.py.
I think it went well. The errors were kind of easy to fix because it
simple math, so seeing what was expected and what was returned helped
me to fix the errors. The one I had the most trouble with was actually
the ratio function, because I kept gettinga negative value even when I
first tried to include the clamp function. Eventually I figured to
return clamp with r as the value, instead of clamp and return r.
2024-10-05 11:03:42 -04:00
.commit_template Initial commit 2024-08-28 01:19:50 +00:00
.gitignore Initial commit 2024-08-28 01:19:50 +00:00
constants.py Initial commit 2024-08-28 01:19:50 +00:00
generate_data.py Initial commit 2024-08-28 01:19:50 +00:00
planning_scatter.md I added more steps after I thought about how to find the minimum and 2024-09-28 21:48:23 -04:00
plotting.py Initial commit 2024-08-28 01:19:50 +00:00
poetry.lock Initial commit 2024-08-28 01:19:50 +00:00
pyproject.toml Initial commit 2024-08-28 01:19:50 +00:00
scatterplot.py Initial commit 2024-08-28 01:19:50 +00:00
test_transform.py Initial commit 2024-08-28 01:19:50 +00:00
ticks.py Initial commit 2024-08-28 01:19:50 +00:00
transform.py I completed defining the functions in transform.py. 2024-10-05 11:03:42 -04:00