Displaying 2 results from an estimated 2 matches for "partial1".
Did you mean:
partial
2012 Sep 06
2
choose() function returning anomalous results (zero instead of one)
...aving problems with browser()
not firing the first time through and/or having code continue to execute
before it interrupts, i.e.:
------
Browse[2]> pprime <- sum(testma)
Error: object 'testma' not found
Browse[2]>
Browse[2]> loopvar <- loopvar + 1
Browse[2]>
debug at #3: partial1 <- (((1 - f11) * (1 - f12))^(Qone - nn)) * ((f11 + (1
-
f11) * f12)^nn)
Browse[2]> print(proc.time() - ptm)
user system elapsed
0.33 0.11 0.59
-----
Everything was generated by the program, I didn't type any of it in;
browser() is not in the code below, but I generally p...
2006 May 21
3
Where to put partials called from the application layout
Hello,
My main application layout, app/views/layout/application.rhtml looks
like this:
something
render partial_1
something else
render partial_2
something else
render partial_3
The partials are not really doing anything, i use them to keep the
layout modular (i.e . to have ~30 lines instead of 200). Now, the
question is where to put _partial_1.rhtml, _partial_2.rhtml,
_partial_3.rhtml.
If i am