Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
41314cd
A functional testVino.py file now exists
dccote Mar 26, 2022
fb2b74b
Rewrote init without arguments to use database instead
dccote Mar 26, 2022
fdcc20a
Update vino.py
dccote Mar 26, 2022
4a9afbb
Removing self.Data references to construct from database
dccote Mar 26, 2022
d1815a4
Removed useless code in __init__, modified colormap
dccote Mar 26, 2022
c7d3e94
Successfully modified removeFluo, no more database
dccote Mar 26, 2022
dc1427c
MOre modifications to make it more general.
dccote Mar 26, 2022
b6093a3
Many changes to database schema
dccote Mar 26, 2022
78a731d
MOved to MySQL, so no need for downloading sqlite file.
dccote Mar 29, 2022
60dfbb2
FOund a mistake when data was imported (Q100 was labelled sampleId=10…
dccote Mar 29, 2022
3272558
Better functions, now can select color from getSpectra, new insert fu…
dccote Mar 29, 2022
6c6c011
Fixed a debugging mistake, where wineId was always 16.
dccote Mar 29, 2022
ff27179
Better tests, some useless functions removed
dccote Mar 29, 2022
9b52d05
Update testDatabase.py
dccote Mar 29, 2022
f16f9cc
Added new function in testdatabase to all insert corrected spectra, r…
dccote Mar 29, 2022
57955e9
Small speed improvements
dccote Mar 29, 2022
b41f88c
Better checks before inserts to avoid duplicates.
dccote Mar 29, 2022
1b91f9d
New test for local database/remote database
dccote Mar 30, 2022
0838ec9
test13 is hanging over ssh. weird bug, avoided by changing the SQL st…
dccote Mar 30, 2022
7be19b0
Update testDatabase.py
dccote Mar 30, 2022
f8274a2
Removed test for local MySQL database (only on dccote's computer)
dccote Mar 30, 2022
e6540b4
BUg fix: rename function
dccote Mar 30, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/PyVino.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions .idea/dataSources.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading