sivarajankumar / fluxcapacitor

Automatically exported from code.google.com/p/fluxcapacitor
0 stars 0 forks source link

Simulator: Parameter file not saved #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load a par file
2. edit par file within FluxSim
3. close FluxSim
4. reopen par file: the file is the same as in step 1

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by julien...@gmail.com on 12 Aug 2009 at 10:40

Attachments:

GoogleCodeExporter commented 8 years ago
In my reproduction of the issue the parameter file has been saved, however, the 
in
build 20090729 introduced parameters TSS_MEAN, POLYA_SHAPE and POLYA_SCALE are 
not
written out when lazily added to an outdated parameter file. This is fixed now, 
and
points at which the parameter file is saved have been set to:

- after loading a .par, iff mandatory parameters are added to outdated files

- every time an experiment is carried out (i.e., when you press the "Run" 
button)

- when discarding the current project (by creating a new one, or loading from 
disk)

- when exiting controlled (i.e., not crashing)

Fixed build 20090812 will be available lateron today.

Original comment by gmicha@gmail.com on 12 Aug 2009 at 11:50

GoogleCodeExporter commented 8 years ago

Original comment by gmicha@gmail.com on 12 Aug 2009 at 11:51

GoogleCodeExporter commented 8 years ago
fixed in 20090812

Original comment by gmicha@gmail.com on 12 Aug 2009 at 1:44