Skip to content

Commit a3e9993

Browse files
Core.py (#231)
* Update types.py * Update types.py * Update math.py * Update types.py * Update utils.py * Update utils.py * Update test_utils.py * Update test_optics.py * Update test_utils.py * Update requirements.txt * Update optics.py * Update features.py * Update requirements.txt * removed isiterable * Update utils.py * Update utils_example.ipynb * Update properties.py * Update utils.rst * Update python-app.yml * Update properties.py * Update python-app.yml * Update python-app.yml * Update __init__.py * removed pkg_resources * Update __init__.py * Delete pint_definition.py * Create pint_definition.py * Update __init__.py * Update __init__.py * Update pint_definition.py * Update __init__.py * Update __init__.py * Update pint_definition.py * u * Delete citations.py * Update core.py * Update core.py * Update core.py * Update core.py * Update core.py * Update core.py * Update features.py * Update core.py * Update core.py * Update core.py * Update core.py * Update core.py * u * Update core.py * Update core.py * Update core.py * Update core.py * Update core.py * Create core_test.py * Update core_test.py * Update core_test.py * u * Create __init__.py * Update test_core.py * Update setup.py * Update test_core.py * Update test_core.py * u * Update ci.yml * Update __init__.py * Update test_utils.py * Update test_core.py * Update __init__.py * Update __init__.py * Update test_core.py * Update core.py * Create trial.ipynb * Update test_core.py * Delete trial.ipynb * Update test_core.py * Update core.py * Update test_core.py * Update test_core.py * Updated the DeepTrackNode.validate method not to revalidate children * Update test_core.py * u * Update test_core.py * Update test_core.py * Update test_core.py * Update test_core.py * Update test_core.py * Update test_core.py * Update core.py * Update test_core.py * Update core.py * Update core.py * Update core.py * Update core.py * Update core.py * Update core.py * Update utils.py * Update .gitignore * Update test_utils.py * Update .gitignore * Update types.py * Delete pint_definition.py * Create pint_definition.py * Update ci.yml * Delete deeptrack/benchmarks directory * u
1 parent 1b25cea commit a3e9993

File tree

14 files changed

+1771
-400
lines changed

14 files changed

+1771
-400
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
trial*.ipynb
2+
13
**/.ipynb_checkpoints
24
**/__pycache__
35
deeptrack-app/*
@@ -25,4 +27,6 @@ examples/**/*/models/
2527
*.jpg
2628
*.jpeg
2729
*.npy
28-
*.db
30+
*.db
31+
32+
.DS_Store

deeptrack/backend/citations.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)