← Back to team overview

fiat team mailing list archive

Re: FIAT 0.2.3 released

 

Quoting Anders Logg <logg@xxxxxxxxx>:

> On Wed, Jul 06, 2005 at 08:59:10AM +0200, Garth N. Wells wrote:
> 
> > The removal of FIAT/shapespoints.py seems to have caused a problem in FIAT
> > 0.2.3. BDM.py tries to import shapespoints.py, but shapespoints.py doesn't
> exist
> > which leads to an error.
> > 
> > Garth
> 
> Strange. I don't have this problem and I can't see that BDM.py tries
> to import shapespoints.py:
> 
> galerkin:~/work/src/fenics/fiat/FIAT-0.2.3> ls
> build  FIAT  PKG-INFO  setup.py
> 
> galerkin:~/work/src/fenics/fiat/FIAT-0.2.3> grep shapespoints FIAT/*.py | wc
>       0       0       0
> 
> /Anders

Here's line 9 in BDM.py from yesterdays FIAT 0.2.3 which caused the problem.

   import dualbasis, polynomial, functionalset, functional, shapespoints, PhiK

The new 0.2.3 tarball works fine.

Garth




> 
> _______________________________________________
> FIAT-dev mailing list
> FIAT-dev@xxxxxxxxxx
> http://www.fenics.org/cgi-bin/mailman/listinfo/fiat-dev
> 



References