-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change values from 0.001
to 0.1
/ use config from btrack-examples
#374
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apparently this should never have been here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Preview page for your plugin is ready here: |
I think the changes will need to be made in the example configs (https://github.com/lowe-lab-ucl/btrack-examples) rather than here, as the defaults are essentially overridden and set using the example |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! I think this will clear up some confusion
@@ -55,8 +55,7 @@ instance | |||
lib | |||
lib64 | |||
local_settings.py | |||
models/MDCK_* | |||
models/test_config.json | |||
models |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this folder at all now
filename = CONFIG_FILE | ||
assert isinstance(filename, Path) | ||
assert isinstance(filename, str) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test seems a bit stupid. But I'll leave it here for now
0.001
to 0.1
0.001
to 0.1
/ use config from btrack-examples
PR changed purpose a bit. Now also fixes #375. |
Fixes #372