Commit Graph

47 Commits

Author SHA1 Message Date
ralf
4fa1acbb90 quite frankly, no idea why it started fitting. No idea why theres an error on line 77, and line 108 2024-09-09 12:48:50 +03:00
ralf
e11cc744d9 first attempt at multiple_fitting, added things to git ignore, failed 1st attempt 2024-09-09 12:21:41 +03:00
ralf
4173284800 black vs flake8 conflicts are back, will fix later 2024-09-02 15:19:03 +03:00
ralf
4864ed8349 fixed formatting errors that were ignored previously 2024-09-02 15:03:33 +03:00
ralf
5b630571b3 fixed fitter and model 2024-08-19 14:52:18 +03:00
ralf
06a2b217d4 formatting 2024-08-13 11:28:05 +03:00
ralf
2a687571c6 adjusted tolerances, with little to no effect on results 2024-08-13 11:15:44 +03:00
ralf
a2bb97fe22 Model and fitter no longer print every iteration. Now need to fix the fitting and current 2024-08-13 10:41:00 +03:00
ralf
3c22072933 formatting 2024-08-12 14:44:28 +03:00
ralf
fb78cc2ddb unfortunately unable to fix issue, current needs to be fixed 2024-08-12 14:43:10 +03:00
ralf
85c519ce95 reverted tomfoolery 2024-08-12 14:05:54 +03:00
ralf
02bcffbe63 no idea how to stop it from plotting too many plots 2024-08-12 14:01:40 +03:00
ralf
4bebf2fece Added fits to git ignore 2024-08-12 13:50:49 +03:00
ralf
d23ba8416c fitting is initialized, ftol met, issues to be resolved with current 2024-08-12 13:40:13 +03:00
ralf
d374a34c65 no idea why it keeps printing the plot from model.py + other unresolved bugs 2024-08-12 13:15:13 +03:00
ralf
1498402be6 kinks still not fixed, minor adjustment made 2024-08-12 12:52:22 +03:00
ralf
e44c0b6a47 Fitter now fits, some kinks yet to be fixed 2024-08-12 12:50:50 +03:00
ralf
6633e99003 model clarity improvement 2024-08-08 13:45:53 +03:00
ralf
bb67e34f73 Applied good practice tips; Fixed typos in expressions in model.py 2024-08-08 11:01:19 +03:00
ralf
89c492dd6c progress without progress 2024-08-06 10:53:09 +03:00
ralf
13033f6936 Progress free coding 2024-08-06 10:39:34 +03:00
ralf
f4169b17b8 Progress - new typeError emerged on a new line 2024-08-05 13:52:51 +03:00
ralf
a999da570e fixed iso to tag as is in the file, added function to print out attributes 2024-08-05 13:27:23 +03:00
ralf
05656c85d6 prelimenary exploration for fitter 2024-08-05 13:19:34 +03:00
ralf
a5a731376d author has lost his mind 2024-07-29 15:47:48 +03:00
ralf
c232400943 minor attempt at improvement 2024-07-29 15:38:38 +03:00
ralf
59d5efe418 functioning data organizer for group fitting .h5 file 2024-07-25 10:48:39 +03:00
ralf
c2fcdc0a24 relocated things, new issue emerged 2024-07-23 13:15:29 +03:00
ralf
7d6124752b Added current, failed to make it work, new error to be fixed found 2024-07-22 13:28:48 +03:00
ralf
d825cdc811 minor changes for future work 2024-07-17 15:47:26 +03:00
ralf
41b0e324f8 placeholder function added to model 2024-07-17 12:57:46 +03:00
ralf
993b530f3a formatting change 2024-07-17 12:43:51 +03:00
ralf
48bd4ffaf2 minor adjustments after trial and error 2024-07-16 15:06:50 +03:00
ralf
d76122ee7b fixed previous error related to getting initial values. New error emerged, as there is no object or function called calculated_current() in model - no idea how code was able to function previously 2024-07-16 14:41:22 +03:00
ralf
98e4587152 minimal debug, issue of initial_values taking self from fitter not model still persists 2024-07-15 14:10:59 +03:00
ralf
df8c89c8e3 Defined new func in Model to import variables into fitter.py yet the issue of correct importing still presists 2024-07-15 13:55:55 +03:00
ralf
30289b5744 TypeError replaced with IndexError 2024-07-12 15:17:55 +03:00
ralf
0824b0c4fe renamed into English 2024-07-11 13:48:33 +03:00
ralf
e6fcf23d38 Fixed mistake of adding the fitter to the wrong location 2024-07-11 13:45:10 +03:00
ralf
966833fd14 added missing experiment fitter 2024-07-11 13:43:33 +03:00
ralf
eb32120675 cleared up more errors 2024-07-11 13:24:08 +03:00
ralf
7cf6590f94 debugging of fitter, many issues still persist 2024-07-11 13:05:32 +03:00
ralf
6e7a727b1a formatted statistiline_filter to standard 2024-07-11 11:15:30 +03:00
ralf
645d908000 Changed formatting, some conflicts yet to be resolved 2024-07-11 10:58:18 +03:00
f887c94a70 Upload files to "/"
Added the Data, fitter, and statistiline_filter scripts that are necessary working with the model.
2024-07-11 10:08:48 +03:00
0e504c0176 Upload files to "/"
Contains all of the variables and collection of differential equations required to model calcium dynamics inside a mouse ventricular myocyte.
2024-07-11 09:59:57 +03:00
2dba3ee35d Initial commit 2024-07-11 09:55:58 +03:00