-
Notifications
You must be signed in to change notification settings - Fork 7
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
Faulty output in task01 #76
Comments
Hi! Is this a case of https://festim.discourse.group/t/double-exports-in-txtexport/58 ?? |
Hello. It is similar but not the same, the .txt file generated by the code of task01 gives the concentration values at the lowest x value and repeats this line (2*n) -1 times. Here n is the number of vertices specified in the configuration of the simulation. |
Can you provide the TXT output please |
Here you are: |
Ok so the content looks like this:
All the rows have the same x value. This is the expected output:
I haven't been able to reproduce your issue on Ubuntu and the latest fenics version. Have you modified the task in any way? |
No, I pulled the git repository and made sure to that git diff gives an empty result. How would I print the fenics version that FESTIM accesses? |
print(fenics.version) I would say |
Ok then it is: 2019.2.0.dev0 |
This is what I have when I run
and import dolfin as df
print (df.__version__) gives |
@wasanti you seem to have a development version of legacy-fenics. I'm trying to conda install it to try and reproduce your issue. Can you try and install the |
It is getting wilder: When I installed "fenics:amd64 (1:2019.1.0.1 The error also persists for both installs. |
This sounds like you have conflicting versions. Can you clean up everything (remove fenics completely) and reinstall the correct (non-dev) version? |
When doing this, I get stuck in a dependency/version clash between fenics, dolfin and festim. I wont rule out that there is a way out but I would leave it at that since the Debian version (bullseye) I am using will soon be replaced. I'll try again when I install a newer version of Debian. |
Hello, I am using the FESTIM workshop on debian 11 with FESTIM 1.3.1 installed via pip and fenics via apt version : fenics/oldstable,now 1:2019.2.0.5 amd64 [installed].
The example (task01) does not raise an error, however, the "mobile_concentration.txt" output file contains one line repeated for every step. The value evolves as expected with each timestep.
Is this a known bug with my specific version? Any suggestions on how to further debug are wellcome.
The text was updated successfully, but these errors were encountered: